#56A06E

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

Shades of Ocean Green #56A06E

Tints of Ocean Green #56A06E

Color information

#56A06E (or 0x56A06E) is unknown color: approx Ocean Green. HEX triplet: 56, A0 and 6E. RGB value is (86,160,110). Sum of RGB (Red+Green+Blue) = 86+160+110=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #56A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A06E is #A95F91. Grayscale: #848484. Windows color (decimal): -11100050 or 7250006. OLE color: 7250006.

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

Color convert

RGB86160110-
CMYK0.4600.310.37
HSL139.46º30.08%48.24%-
HSV(B)139.46º46.25%62.75%-
XYZ19.2228.2519.19-
YUV132.17115.4895.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=24.16%
G=44.94%
B=30.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861601100.4600.310.37139.4630.0848.24
Hex56A06E2E01F258b1e30
Octal12624015656037452133660
Binary10101101010000011011101011100111111001011000101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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