#55AE84

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

Shades of Ocean Green #55AE84

Tints of Ocean Green #55AE84

Color information

#55AE84 (or 0x55AE84) is unknown color: approx Ocean Green. HEX triplet: 55, AE and 84. RGB value is (85,174,132). Sum of RGB (Red+Green+Blue) = 85+174+132=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AE84 is #AA517B. Grayscale: #8E8E8E. Windows color (decimal): -11161980 or 8695381. OLE color: 8695381.

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

Color convert

RGB85174132-
CMYK0.5100.240.32
HSL151.69º35.46%50.78%-
HSV(B)151.69º51.15%68.24%-
XYZ23.0533.8727.15-
YUV142.6122.0186.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=21.74%
G=44.50%
B=33.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741320.5100.240.32151.6935.4650.78
Hex55AE843301820982333
Octal12525620463030402304363
Binary1010101101011101000010011001101100010000010011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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