#55A868

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

Shades of Ocean Green #55A868

Tints of Ocean Green #55A868

Color information

#55A868 (or 0x55A868) is unknown color: approx Ocean Green. HEX triplet: 55, A8 and 68. RGB value is (85,168,104). Sum of RGB (Red+Green+Blue) = 85+168+104=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #55A868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A868 is #AA5797. Grayscale: #888888. Windows color (decimal): -11163544 or 6858837. OLE color: 6858837.

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

Color convert

RGB85168104-
CMYK0.4900.380.34
HSL133.73º32.81%49.61%-
HSV(B)133.73º49.4%65.88%-
XYZ20.2530.9418-
YUV135.8911091.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=23.81%
G=47.06%
B=29.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851681040.4900.380.34133.7332.8149.61
Hex55A8683102622862132
Octal12525015061046422064162
Binary1010101101010001101000110001010011010001010000110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,168,104); }

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

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

 a { background-color: rgb(85,168,104); }

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

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

 span { border-color: rgb(85,168,104); }

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