#56A068

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

Shades of Ocean Green #56A068

Tints of Ocean Green #56A068

Color information

#56A068 (or 0x56A068) is unknown color: approx Ocean Green. HEX triplet: 56, A0 and 68. RGB value is (86,160,104). Sum of RGB (Red+Green+Blue) = 86+160+104=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #56A068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A068 is #A95F97. Grayscale: #838383. Windows color (decimal): -11100056 or 6856790. OLE color: 6856790.

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

Color convert

RGB86160104-
CMYK0.4600.350.37
HSL134.59º30.08%48.24%-
HSV(B)134.59º46.25%62.75%-
XYZ18.9128.1217.53-
YUV131.49112.4895.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=24.57%
G=45.71%
B=29.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861601040.4600.350.37134.5930.0848.24
Hex56A0682E02325871e30
Octal12624015056043452073660
Binary101011010100000110100010111001000111001011000011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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