#56A174

Color #56A174 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #56A174

Tints of Ocean Green #56A174

Color information

#56A174 (or 0x56A174) is unknown color: approx Ocean Green. HEX triplet: 56, A1 and 74. RGB value is (86,161,116). Sum of RGB (Red+Green+Blue) = 86+161+116=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #56A174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A174 is #A95E8B. Grayscale: #858585. Windows color (decimal): -11099788 or 7643478. OLE color: 7643478.

HSL color Cylindrical-coordinate representation of color #56A174: hue angle of 144º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A174 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB86161116-
CMYK0.4700.280.37
HSL144º30.36%48.43%-
HSV(B)144º46.58%63.14%-
XYZ19.7428.7321.03-
YUV133.44118.1594.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=23.69%
G=44.35%
B=31.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861611160.4700.280.3714430.3648.43
Hex56A1742F01C25901e30
Octal12624116457034452203660
Binary10101101010000111101001011110111001001011001000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,116); }

 H1.HeaderClassName
 {
   color: #56A174;
 }
 .AnyTagClassName
 {
   color: #56A174;
 }
</style>
background-color css

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

 a { background-color: rgb(86,161,116); }

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

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

 span { border-color: rgb(86,161,116); }

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