#55AE73

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

Shades of Ocean Green #55AE73

Tints of Ocean Green #55AE73

Color information

#55AE73 (or 0x55AE73) is unknown color: approx Ocean Green. HEX triplet: 55, AE and 73. RGB value is (85,174,115). Sum of RGB (Red+Green+Blue) = 85+174+115=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE73 is #AA518C. Grayscale: #8C8C8C. Windows color (decimal): -11161997 or 7581269. OLE color: 7581269.

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

Color convert

RGB85174115-
CMYK0.5100.340.32
HSL140.22º35.46%50.78%-
HSV(B)140.22º51.15%68.24%-
XYZ21.9833.4421.52-
YUV140.66113.5188.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=22.73%
G=46.52%
B=30.75%

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
Decimal851741150.5100.340.32140.2235.4650.78
Hex55AE7333022208c2333
Octal12525616363042402144363
Binary1010101101011101110011110011010001010000010001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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