Html Css Color HEX #56A070 Ocean Green

📋 copy color: '#56A070'

red 86 ◦ green 160 ◦ blue 112

#56A070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #56A070

Tints of Ocean Green #56A070

RGB

 RED value IS 86 (33.98% from 255) = 24.02%

 GREEN value IS 160 (62.89% from 255) = 44.69%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 24.02%
G = 44.69%
B = 31.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#56A070 (or 0x56A070) is known color: Ocean Green. HEX triplet: 56, A0 and 70. RGB value is (86,160,112). Sum of RGB (Red+Green+Blue) = 86+160+112=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #56A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A070 is #A95F8F. Grayscale: #848484. Windows color (decimal): -11100048 or 7381078. OLE color: 7381078.

HSL color Cylindrical-coordinate representation of color #56A070: hue angle of 141.08º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56A070 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 160 112 -
CMYK 0.46 0 0.30 0.37
HSL 141.08º 0.3% 0.48% -
HSV(B) 141.08º 0.46% 0.63% -
XYZ 19.33 28.29 19.77 -
YUV 132.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 86 160 112 0.46 0 0.30 0.37 141.08 0.3 0.48
Hex 56 A0 70 2E 0 1E 25 8D 1E 30
Octal 126 240 160 56 0 36 45 215 36 60
Binary 1010110 10100000 1110000 101110 0 11110 100101 10001101 11110 110000

Color Harmonies of #56A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A070

Black with #56A070

Text Example


Text Example

White with #56A070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56A070;
 }
 .AnyTagClassName
 {
   color: #56A070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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