Html Css Color HEX #56AB72 Ocean Green

📋 copy color: '#56AB72'

red 86 ◦ green 171 ◦ blue 114

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

Shades of Ocean Green #56AB72

Tints of Ocean Green #56AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 23.18%
G = 46.09%
B = 30.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#56AB72 (or 0x56AB72) is known color: Ocean Green. HEX triplet: 56, AB and 72. RGB value is (86,171,114). Sum of RGB (Red+Green+Blue) = 86+171+114=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB72 is #A9548D. Grayscale: #8B8B8B. Windows color (decimal): -11097230 or 7514966. OLE color: 7514966.

HSL color Cylindrical-coordinate representation of color #56AB72: hue angle of 139.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB72 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 171 114 -
CMYK 0.50 0 0.33 0.33
HSL 139.76º 0.34% 0.5% -
HSV(B) 139.76º 0.5% 0.67% -
XYZ 21.44 32.32 21.03 -
YUV 139.09 113.84 90.13 -
System Red Green Blue C M Y K H S L
Decimal 86 171 114 0.50 0 0.33 0.33 139.76 0.34 0.5
Hex 56 AB 72 32 0 21 21 8C 22 32
Octal 126 253 162 62 0 41 41 214 42 62
Binary 1010110 10101011 1110010 110010 0 100001 100001 10001100 100010 110010

Color Harmonies of #56AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AB72

Black with #56AB72

Text Example


Text Example

White with #56AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,171,114); }

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

background-color css

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

 a { background-color: rgb(86,171,114); }

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

border-color css

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

 span { border-color: rgb(86,171,114); }

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