#056F85

Color #056F85 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #056F85

Tints of Teal #056F85

Color information

#056F85 (or 0x056F85) is unknown color: approx Teal. HEX triplet: 05, 6F and 85. RGB value is (5,111,133). Sum of RGB (Red+Green+Blue) = 5+111+133=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #056F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F85 is #FA907A. Grayscale: #515151. Windows color (decimal): -16420987 or 8744709. OLE color: 8744709.

HSL color Cylindrical-coordinate representation of color #056F85: hue angle of 190.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F85 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5111133-
CMYK0.960.1700.48
HSL190.31º92.75%27.06%-
HSV(B)190.31º96.24%52.16%-
XYZ9.9813.0924.19-
YUV81.81156.8873.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=2.01%
G=44.58%
B=53.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51111330.960.1700.48190.3192.7527.06
Hex56F856011030be5d1b
Octal51572051402106027613533
Binary101110111110000101110000010001011000010111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,111,133); }

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

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

 a { background-color: rgb(5,111,133); }

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

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

 span { border-color: rgb(5,111,133); }

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