#55A666

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

Shades of Ocean Green #55A666

Tints of Ocean Green #55A666

Color information

#55A666 (or 0x55A666) is unknown color: approx Ocean Green. HEX triplet: 55, A6 and 66. RGB value is (85,166,102). Sum of RGB (Red+Green+Blue) = 85+166+102=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #55A666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A666 is #AA5999. Grayscale: #868686. Windows color (decimal): -11164058 or 6727253. OLE color: 6727253.

HSL color Cylindrical-coordinate representation of color #55A666: hue angle of 132.59º degrees, saturation: 0.32, 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 #55A666 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB85166102-
CMYK0.4900.390.35
HSL132.59º32.27%49.22%-
HSV(B)132.59º48.8%65.1%-
XYZ19.7830.1617.35-
YUV134.49109.6692.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=24.08%
G=47.03%
B=28.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851661020.4900.390.35132.5932.2749.22
Hex55A6663102723852031
Octal12524614661047432054061
Binary1010101101001101100110110001010011110001110000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,102); }

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

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

 a { background-color: rgb(85,166,102); }

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

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

 span { border-color: rgb(85,166,102); }

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