#55A777

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

Shades of Ocean Green #55A777

Tints of Ocean Green #55A777

Color information

#55A777 (or 0x55A777) is unknown color: approx Ocean Green. HEX triplet: 55, A7 and 77. RGB value is (85,167,119). Sum of RGB (Red+Green+Blue) = 85+167+119=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #55A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A777 is #AA5888. Grayscale: #898989. Windows color (decimal): -11163785 or 7841621. OLE color: 7841621.

HSL color Cylindrical-coordinate representation of color #55A777: hue angle of 144.88º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A777 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB85167119-
CMYK0.4900.290.35
HSL144.88º32.54%49.41%-
HSV(B)144.88º49.1%65.49%-
XYZ20.8930.922.32-
YUV137.01117.8390.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 167 (65.62% from 255) = 45.01%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=22.91%
G=45.01%
B=32.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671190.4900.290.35144.8832.5449.41
Hex55A7773101D23912131
Octal12524716761035432214161
Binary101010110100111111011111000101110110001110010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,167,119); }

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

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

 a { background-color: rgb(85,167,119); }

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

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

 span { border-color: rgb(85,167,119); }

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