Html Css Color HEX #56AA80 Ocean Green

📋 copy color: '#56AA80'

red 86 ◦ green 170 ◦ blue 128

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

Shades of Ocean Green #56AA80

Tints of Ocean Green #56AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.27%

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 22.4%
G = 44.27%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#56AA80 (or 0x56AA80) is known color: Ocean Green. HEX triplet: 56, AA and 80. RGB value is (86,170,128). Sum of RGB (Red+Green+Blue) = 86+170+128=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AA80 is #A9557F. Grayscale: #8C8C8C. Windows color (decimal): -11097472 or 8432214. OLE color: 8432214.

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

Color convert

RGB 86 170 128 -
CMYK 0.49 0 0.25 0.33
HSL 150º 0.33% 0.5% -
HSV(B) 150º 0.49% 0.67% -
XYZ 22.11 32.29 25.49 -
YUV 140.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 86 170 128 0.49 0 0.25 0.33 150 0.33 0.5
Hex 56 AA 80 31 0 19 21 96 21 32
Octal 126 252 200 61 0 31 41 226 41 62
Binary 1010110 10101010 10000000 110001 0 11001 100001 10010110 100001 110010

Color Harmonies of #56AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AA80

Black with #56AA80

Text Example


Text Example

White with #56AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,170,128); }

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

background-color css

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

 a { background-color: rgb(86,170,128); }

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

border-color css

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

 span { border-color: rgb(86,170,128); }

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