#55AB7D

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

Shades of Ocean Green #55AB7D

Tints of Ocean Green #55AB7D

Color information

#55AB7D (or 0x55AB7D) is unknown color: approx Ocean Green. HEX triplet: 55, AB and 7D. RGB value is (85,171,125). Sum of RGB (Red+Green+Blue) = 85+171+125=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB7D is #AA5482. Grayscale: #8C8C8C. Windows color (decimal): -11162755 or 8235861. OLE color: 8235861.

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

Color convert

RGB85171125-
CMYK0.5000.270.33
HSL147.91º33.86%50.2%-
HSV(B)147.91º50.29%67.06%-
XYZ22.0132.5424.52-
YUV140.04119.5188.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=22.31%
G=44.88%
B=32.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711250.5000.270.33147.9133.8650.2
Hex55AB7D3201B21942232
Octal12525317562033412244262
Binary101010110101011111110111001001101110000110010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AB7D; }

 p { color: rgb(85,171,125); }

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

<style>
 a { background-color: #55AB7D; }

 a { background-color: rgb(85,171,125); }

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

<style>
 span { border-color: #55AB7D; }

 span { border-color: rgb(85,171,125); }

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