Html Css Color HEX #56AD72 Ocean Green

📋 copy color: '#56AD72'

red 86 ◦ green 173 ◦ blue 114

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

Shades of Ocean Green #56AD72

Tints of Ocean Green #56AD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.38%

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

R = 23.06%
G = 46.38%
B = 30.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#56AD72 (or 0x56AD72) is known color: Ocean Green. HEX triplet: 56, AD and 72. RGB value is (86,173,114). Sum of RGB (Red+Green+Blue) = 86+173+114=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD72 is #A9528D. Grayscale: #8C8C8C. Windows color (decimal): -11096718 or 7515478. OLE color: 7515478.

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

Color convert

RGB 86 173 114 -
CMYK 0.50 0 0.34 0.32
HSL 139.31º 0.35% 0.51% -
HSV(B) 139.31º 0.5% 0.68% -
XYZ 21.82 33.08 21.15 -
YUV 140.26 113.18 89.3 -
System Red Green Blue C M Y K H S L
Decimal 86 173 114 0.50 0 0.34 0.32 139.31 0.35 0.51
Hex 56 AD 72 32 0 22 20 8B 23 33
Octal 126 255 162 62 0 42 40 213 43 63
Binary 1010110 10101101 1110010 110010 0 100010 100000 10001011 100011 110011

Color Harmonies of #56AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AD72

Black with #56AD72

Text Example


Text Example

White with #56AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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