Html Css Color HEX #56B070 Ocean Green

📋 copy color: '#56B070'

red 86 ◦ green 176 ◦ blue 112

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

Shades of Ocean Green #56B070

Tints of Ocean Green #56B070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

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

R = 22.99%
G = 47.06%
B = 29.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#56B070 (or 0x56B070) is known color: Ocean Green. HEX triplet: 56, B0 and 70. RGB value is (86,176,112). Sum of RGB (Red+Green+Blue) = 86+176+112=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #56B070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B070 is #A94F8F. Grayscale: #8D8D8D. Windows color (decimal): -11095952 or 7385174. OLE color: 7385174.

HSL color Cylindrical-coordinate representation of color #56B070: hue angle of 137.33º 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 #56B070 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 176 112 -
CMYK 0.51 0 0.36 0.31
HSL 137.33º 0.36% 0.51% -
HSV(B) 137.33º 0.51% 0.69% -
XYZ 22.29 34.2 20.76 -
YUV 141.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 86 176 112 0.51 0 0.36 0.31 137.33 0.36 0.51
Hex 56 B0 70 33 0 24 1F 89 24 33
Octal 126 260 160 63 0 44 37 211 44 63
Binary 1010110 10110000 1110000 110011 0 100100 11111 10001001 100100 110011

Color Harmonies of #56B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B070

Black with #56B070

Text Example


Text Example

White with #56B070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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