#56A984

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

Shades of Ocean Green #56A984

Tints of Ocean Green #56A984

Color information

#56A984 (or 0x56A984) is unknown color: approx Ocean Green. HEX triplet: 56, A9 and 84. RGB value is (86,169,132). Sum of RGB (Red+Green+Blue) = 86+169+132=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #56A984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A984 is #A9567B. Grayscale: #8C8C8C. Windows color (decimal): -11097724 or 8694102. OLE color: 8694102.

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

Color convert

RGB86169132-
CMYK0.4900.220.34
HSL153.25º32.55%50%-
HSV(B)153.25º49.11%66.27%-
XYZ22.1932.0226.84-
YUV139.96123.589.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=22.22%
G=43.67%
B=34.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861691320.4900.220.34153.2532.5550
Hex56A9843101622992132
Octal12625120461026422314162
Binary1010110101010011000010011000101011010001010011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A984; }

 p { color: rgb(86,169,132); }

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

<style>
 a { background-color: #56A984; }

 a { background-color: rgb(86,169,132); }

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

<style>
 span { border-color: #56A984; }

 span { border-color: rgb(86,169,132); }

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