#55AE7D

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

Shades of Ocean Green #55AE7D

Tints of Ocean Green #55AE7D

Color information

#55AE7D (or 0x55AE7D) is unknown color: approx Ocean Green. HEX triplet: 55, AE and 7D. RGB value is (85,174,125). Sum of RGB (Red+Green+Blue) = 85+174+125=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE7D is #AA5182. Grayscale: #8D8D8D. Windows color (decimal): -11161987 or 8236629. OLE color: 8236629.

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

Color convert

RGB85174125-
CMYK0.5100.280.32
HSL146.97º35.46%50.78%-
HSV(B)146.97º51.15%68.24%-
XYZ22.5833.6824.71-
YUV141.8118.5187.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=22.14%
G=45.31%
B=32.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741250.5100.280.32146.9735.4650.78
Hex55AE7D3301C20932333
Octal12525617563034402234363
Binary101010110101110111110111001101110010000010010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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