#54B36E

Color #54B36E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54B36E

Tints of Ocean Green #54B36E

Color information

#54B36E (or 0x54B36E) is unknown color: approx Ocean Green. HEX triplet: 54, B3 and 6E. RGB value is (84,179,110). Sum of RGB (Red+Green+Blue) = 84+179+110=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #54B36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B36E is #AB4C91. Grayscale: #8E8E8E. Windows color (decimal): -11226258 or 7254868. OLE color: 7254868.

HSL color Cylindrical-coordinate representation of color #54B36E: hue angle of 136.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B36E is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB84179110-
CMYK0.5300.390.30
HSL136.42º38.46%51.57%-
HSV(B)136.42º53.07%70.2%-
XYZ22.5935.2520.37-
YUV142.73109.5386.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=22.52%
G=47.99%
B=29.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841791100.5300.390.30136.4238.4651.57
Hex54B36E350271E882634
Octal12426315665047362104664
Binary101010010110011110111011010101001111111010001000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B36E; }

 p { color: rgb(84,179,110); }

 H1.HeaderClassName
 {
   color: #54B36E;
 }
 .AnyTagClassName
 {
   color: #54B36E;
 }
</style>
background-color css

<style>
 a { background-color: #54B36E; }

 a { background-color: rgb(84,179,110); }

 div.DivClassName
 {
   background-color: #54B36E;
 }
 .BgClassName
 {
   background-color: #54B36E;
 }
</style>
border-color css

<style>
 span { border-color: #54B36E; }

 span { border-color: rgb(84,179,110); }

 td.TdClassName
 {
   border-color: #54B36E;
 }
 .TagClassName
 {
   border-color: #54B36E;
 }
</style>