#55AE72

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

Shades of Ocean Green #55AE72

Tints of Ocean Green #55AE72

Color information

#55AE72 (or 0x55AE72) is unknown color: approx Ocean Green. HEX triplet: 55, AE and 72. RGB value is (85,174,114). Sum of RGB (Red+Green+Blue) = 85+174+114=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE72 is #AA518D. Grayscale: #8C8C8C. Windows color (decimal): -11161998 or 7515733. OLE color: 7515733.

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

Color convert

RGB85174114-
CMYK0.5100.340.32
HSL139.55º35.46%50.78%-
HSV(B)139.55º51.15%68.24%-
XYZ21.9233.4221.21-
YUV140.55113.0188.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=22.79%
G=46.65%
B=30.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741140.5100.340.32139.5535.4650.78
Hex55AE7233022208c2333
Octal12525616263042402144363
Binary1010101101011101110010110011010001010000010001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,114); }

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

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

 a { background-color: rgb(85,174,114); }

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

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

 span { border-color: rgb(85,174,114); }

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