#55AD85

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

Shades of Ocean Green #55AD85

Tints of Ocean Green #55AD85

Color information

#55AD85 (or 0x55AD85) is unknown color: approx Ocean Green. HEX triplet: 55, AD and 85. RGB value is (85,173,133). Sum of RGB (Red+Green+Blue) = 85+173+133=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD85 is #AA527A. Grayscale: #8E8E8E. Windows color (decimal): -11162235 or 8760661. OLE color: 8760661.

HSL color Cylindrical-coordinate representation of color #55AD85: hue angle of 152.73º 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 #55AD85 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB85173133-
CMYK0.5100.230.32
HSL152.73º34.92%50.59%-
HSV(B)152.73º50.87%67.84%-
XYZ22.9233.5127.45-
YUV142.13122.8587.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 173 (67.97% from 255) = 44.25%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=21.74%
G=44.25%
B=34.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851731330.5100.230.32152.7334.9250.59
Hex55AD853301720992333
Octal12525520563027402314363
Binary1010101101011011000010111001101011110000010011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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