#55A86A

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

Shades of Ocean Green #55A86A

Tints of Ocean Green #55A86A

Color information

#55A86A (or 0x55A86A) is unknown color: approx Ocean Green. HEX triplet: 55, A8 and 6A. RGB value is (85,168,106). Sum of RGB (Red+Green+Blue) = 85+168+106=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #55A86A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A86A is #AA5795. Grayscale: #888888. Windows color (decimal): -11163542 or 6989909. OLE color: 6989909.

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

Color convert

RGB85168106-
CMYK0.4900.370.34
HSL135.18º32.81%49.61%-
HSV(B)135.18º49.4%65.88%-
XYZ20.3530.9818.54-
YUV136.1211191.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 168 (66.02% from 255) = 46.80%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=23.68%
G=46.80%
B=29.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851681060.4900.370.34135.1832.8149.61
Hex55A86A3102522872132
Octal12525015261045422074162
Binary1010101101010001101010110001010010110001010000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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