#55AD78

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

Shades of Ocean Green #55AD78

Tints of Ocean Green #55AD78

Color information

#55AD78 (or 0x55AD78) is unknown color: approx Ocean Green. HEX triplet: 55, AD and 78. RGB value is (85,173,120). Sum of RGB (Red+Green+Blue) = 85+173+120=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD78 is #AA5287. Grayscale: #8C8C8C. Windows color (decimal): -11162248 or 7908693. OLE color: 7908693.

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

Color convert

RGB85173120-
CMYK0.5100.310.32
HSL143.86º34.92%50.59%-
HSV(B)143.86º50.87%67.84%-
XYZ22.0833.1723.01-
YUV140.65116.3588.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=22.49%
G=45.77%
B=31.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851731200.5100.310.32143.8634.9250.59
Hex55AD783301F20902333
Octal12525517063037402204363
Binary101010110101101111100011001101111110000010010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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