#55A87C

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

Shades of Ocean Green #55A87C

Tints of Ocean Green #55A87C

Color information

#55A87C (or 0x55A87C) is unknown color: approx Ocean Green. HEX triplet: 55, A8 and 7C. RGB value is (85,168,124). Sum of RGB (Red+Green+Blue) = 85+168+124=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #55A87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A87C is #AA5783. Grayscale: #8A8A8A. Windows color (decimal): -11163524 or 8169557. OLE color: 8169557.

HSL color Cylindrical-coordinate representation of color #55A87C: hue angle of 148.19º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A87C is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB85168124-
CMYK0.4900.260.34
HSL148.19º32.81%49.61%-
HSV(B)148.19º49.4%65.88%-
XYZ21.3931.3924-
YUV138.1712090.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=22.55%
G=44.56%
B=32.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851681240.4900.260.34148.1932.8149.61
Hex55A87C3101A22942132
Octal12525017461032422244162
Binary101010110101000111110011000101101010001010010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,168,124); }

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

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

 a { background-color: rgb(85,168,124); }

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

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

 span { border-color: rgb(85,168,124); }

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