#56AF70

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

Shades of Ocean Green #56AF70

Tints of Ocean Green #56AF70

Color information

#56AF70 (or 0x56AF70) is unknown color: approx Ocean Green. HEX triplet: 56, AF and 70. RGB value is (86,175,112). Sum of RGB (Red+Green+Blue) = 86+175+112=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF70 is #A9508F. Grayscale: #8D8D8D. Windows color (decimal): -11096208 or 7384918. OLE color: 7384918.

HSL color Cylindrical-coordinate representation of color #56AF70: hue angle of 137.53º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF70 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB86175112-
CMYK0.5100.360.31
HSL137.53º35.74%51.18%-
HSV(B)137.53º50.86%68.63%-
XYZ22.0933.8120.69-
YUV141.21111.5188.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=23.06%
G=46.92%
B=30.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861751120.5100.360.31137.5335.7451.18
Hex56AF70330241F8a2433
Octal12625716063044372124463
Binary101011010101111111000011001101001001111110001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,175,112); }

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

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

 a { background-color: rgb(86,175,112); }

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

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

 span { border-color: rgb(86,175,112); }

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