Html Css Color HEX #56A170 Ocean Green

📋 copy color: '#56A170'

red 86 ◦ green 161 ◦ blue 112

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

Shades of Ocean Green #56A170

Tints of Ocean Green #56A170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.85%

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

R = 23.96%
G = 44.85%
B = 31.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#56A170 (or 0x56A170) is known color: Ocean Green. HEX triplet: 56, A1 and 70. RGB value is (86,161,112). Sum of RGB (Red+Green+Blue) = 86+161+112=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #56A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A170 is #A95E8F. Grayscale: #858585. Windows color (decimal): -11099792 or 7381334. OLE color: 7381334.

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

Color convert

RGB 86 161 112 -
CMYK 0.47 0 0.30 0.37
HSL 140.8º 0.3% 0.48% -
HSV(B) 140.8º 0.47% 0.63% -
XYZ 19.51 28.64 19.83 -
YUV 132.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 86 161 112 0.47 0 0.30 0.37 140.8 0.3 0.48
Hex 56 A1 70 2F 0 1E 25 8D 1E 30
Octal 126 241 160 57 0 36 45 215 36 60
Binary 1010110 10100001 1110000 101111 0 11110 100101 10001101 11110 110000

Color Harmonies of #56A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A170

Black with #56A170

Text Example


Text Example

White with #56A170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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