#55A980

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

Shades of Ocean Green #55A980

Tints of Ocean Green #55A980

Color information

#55A980 (or 0x55A980) is unknown color: approx Ocean Green. HEX triplet: 55, A9 and 80. RGB value is (85,169,128). Sum of RGB (Red+Green+Blue) = 85+169+128=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #55A980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A980 is #AA567F. Grayscale: #8B8B8B. Windows color (decimal): -11163264 or 8431957. OLE color: 8431957.

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

Color convert

RGB85169128-
CMYK0.5000.240.34
HSL150.71º33.07%49.8%-
HSV(B)150.71º49.7%66.27%-
XYZ21.8331.8725.42-
YUV139.21121.6789.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=22.25%
G=44.24%
B=33.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691280.5000.240.34150.7133.0749.8
Hex55A9803201822972132
Octal12525120062030422274162
Binary1010101101010011000000011001001100010001010010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,128); }

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

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

 a { background-color: rgb(85,169,128); }

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

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

 span { border-color: rgb(85,169,128); }

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