#056B60

Color #056B60 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #056B60

Tints of Tropical Rain Forest #056B60

Color information

#056B60 (or 0x056B60) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6B and 60. RGB value is (5,107,96). Sum of RGB (Red+Green+Blue) = 5+107+96=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #056B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B60 is #FA949F. Grayscale: #4B4B4B. Windows color (decimal): -16422048 or 6318853. OLE color: 6318853.

HSL color Cylindrical-coordinate representation of color #056B60: hue angle of 173.53º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B60 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB510796-
CMYK0.9500.100.58
HSL173.53º91.07%21.96%-
HSV(B)173.53º95.33%41.96%-
XYZ7.4311.3912.87-
YUV75.25139.7177.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=2.40%
G=51.44%
B=46.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5107960.9500.100.58173.5391.0721.96
Hex56B605F0A3Aae5b16
Octal51531401370127225613326
Binary1011101011110000010111110101011101010101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056B60; }

 p { color: rgb(5,107,96); }

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

<style>
 a { background-color: #056B60; }

 a { background-color: rgb(5,107,96); }

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

<style>
 span { border-color: #056B60; }

 span { border-color: rgb(5,107,96); }

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