#55AD73

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

Shades of Ocean Green #55AD73

Tints of Ocean Green #55AD73

Color information

#55AD73 (or 0x55AD73) is unknown color: approx Ocean Green. HEX triplet: 55, AD and 73. RGB value is (85,173,115). Sum of RGB (Red+Green+Blue) = 85+173+115=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD73 is #AA528C. Grayscale: #8C8C8C. Windows color (decimal): -11162253 or 7581013. OLE color: 7581013.

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

Color convert

RGB85173115-
CMYK0.5100.340.32
HSL140.45º34.92%50.59%-
HSV(B)140.45º50.87%67.84%-
XYZ21.7833.0621.45-
YUV140.08113.8588.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=22.79%
G=46.38%
B=30.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851731150.5100.340.32140.4534.9250.59
Hex55AD7333022208c2333
Octal12525516363042402144363
Binary1010101101011011110011110011010001010000010001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,173,115); }

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

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

 a { background-color: rgb(85,173,115); }

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

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

 span { border-color: rgb(85,173,115); }

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