#55A97D

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

Shades of Ocean Green #55A97D

Tints of Ocean Green #55A97D

Color information

#55A97D (or 0x55A97D) is unknown color: approx Ocean Green. HEX triplet: 55, A9 and 7D. RGB value is (85,169,125). Sum of RGB (Red+Green+Blue) = 85+169+125=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #55A97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A97D is #AA5682. Grayscale: #8A8A8A. Windows color (decimal): -11163267 or 8235349. OLE color: 8235349.

HSL color Cylindrical-coordinate representation of color #55A97D: hue angle of 148.57º 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 #55A97D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB85169125-
CMYK0.5000.260.34
HSL148.57º33.07%49.8%-
HSV(B)148.57º49.7%66.27%-
XYZ21.6431.7924.4-
YUV138.87120.1789.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=22.43%
G=44.59%
B=32.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691250.5000.260.34148.5733.0749.8
Hex55A97D3201A22952132
Octal12525117562032422254162
Binary101010110101001111110111001001101010001010010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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