#55AD87

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

Shades of Ocean Green #55AD87

Tints of Ocean Green #55AD87

Color information

#55AD87 (or 0x55AD87) is unknown color: approx Ocean Green. HEX triplet: 55, AD and 87. RGB value is (85,173,135). Sum of RGB (Red+Green+Blue) = 85+173+135=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD87 is #AA5278. Grayscale: #8E8E8E. Windows color (decimal): -11162233 or 8891733. OLE color: 8891733.

HSL color Cylindrical-coordinate representation of color #55AD87: hue angle of 154.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD87 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB85173135-
CMYK0.5100.220.32
HSL154.09º34.92%50.59%-
HSV(B)154.09º50.87%67.84%-
XYZ23.0633.5728.19-
YUV142.36123.8587.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=21.63%
G=44.02%
B=34.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851731350.5100.220.32154.0934.9250.59
Hex55AD8733016209a2333
Octal12525520763026402324363
Binary1010101101011011000011111001101011010000010011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,173,135); }

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

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

 a { background-color: rgb(85,173,135); }

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

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

 span { border-color: rgb(85,173,135); }

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