#56A07C

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

Shades of Ocean Green #56A07C

Tints of Ocean Green #56A07C

Color information

#56A07C (or 0x56A07C) is unknown color: approx Ocean Green. HEX triplet: 56, A0 and 7C. RGB value is (86,160,124). Sum of RGB (Red+Green+Blue) = 86+160+124=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #56A07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A07C is #A95F83. Grayscale: #858585. Windows color (decimal): -11100036 or 8167510. OLE color: 8167510.

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

Color convert

RGB86160124-
CMYK0.4600.220.37
HSL150.81º30.08%48.24%-
HSV(B)150.81º46.25%62.75%-
XYZ20.0528.5823.53-
YUV133.77122.4893.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=23.24%
G=43.24%
B=33.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861601240.4600.220.37150.8130.0848.24
Hex56A07C2E01625971e30
Octal12624017456026452273660
Binary10101101010000011111001011100101101001011001011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,160,124); }

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

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

 a { background-color: rgb(86,160,124); }

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

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

 span { border-color: rgb(86,160,124); }

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