#54AB68

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

Shades of Ocean Green #54AB68

Tints of Ocean Green #54AB68

Color information

#54AB68 (or 0x54AB68) is unknown color: approx Ocean Green. HEX triplet: 54, AB and 68. RGB value is (84,171,104). Sum of RGB (Red+Green+Blue) = 84+171+104=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AB68 is #AB5497. Grayscale: #898989. Windows color (decimal): -11228312 or 6859604. OLE color: 6859604.

HSL color Cylindrical-coordinate representation of color #54AB68: hue angle of 133.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AB68 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB84171104-
CMYK0.5100.390.33
HSL133.79º34.12%50%-
HSV(B)133.79º50.88%67.06%-
XYZ20.7232.0118.18-
YUV137.35109.1889.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 171 (67.19% from 255) = 47.63%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=23.40%
G=47.63%
B=28.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841711040.5100.390.33133.7934.1250
Hex54AB683302721862232
Octal12425315063047412064262
Binary1010100101010111101000110011010011110000110000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,171,104); }

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

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

 a { background-color: rgb(84,171,104); }

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

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

 span { border-color: rgb(84,171,104); }

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