Html Css Color HEX #56AB76 Ocean Green

📋 copy color: '#56AB76'

red 86 ◦ green 171 ◦ blue 118

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

Shades of Ocean Green #56AB76

Tints of Ocean Green #56AB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 22.93%
G = 45.6%
B = 31.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#56AB76 (or 0x56AB76) is known color: Ocean Green. HEX triplet: 56, AB and 76. RGB value is (86,171,118). Sum of RGB (Red+Green+Blue) = 86+171+118=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB76 is #A95489. Grayscale: #8B8B8B. Windows color (decimal): -11097226 or 7777110. OLE color: 7777110.

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

Color convert

RGB 86 171 118 -
CMYK 0.50 0 0.31 0.33
HSL 142.59º 0.34% 0.5% -
HSV(B) 142.59º 0.5% 0.67% -
XYZ 21.67 32.41 22.25 -
YUV 139.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 86 171 118 0.50 0 0.31 0.33 142.59 0.34 0.5
Hex 56 AB 76 32 0 1F 21 8F 22 32
Octal 126 253 166 62 0 37 41 217 42 62
Binary 1010110 10101011 1110110 110010 0 11111 100001 10001111 100010 110010

Color Harmonies of #56AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AB76

Black with #56AB76

Text Example


Text Example

White with #56AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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