#056F8C

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

Shades of Teal #056F8C

Tints of Teal #056F8C

Color information

#056F8C (or 0x056F8C) is unknown color: approx Teal. HEX triplet: 05, 6F and 8C. RGB value is (5,111,140). Sum of RGB (Red+Green+Blue) = 5+111+140=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #056F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F8C is #FA9073. Grayscale: #525252. Windows color (decimal): -16420980 or 9203461. OLE color: 9203461.

HSL color Cylindrical-coordinate representation of color #056F8C: hue angle of 192.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F8C is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5111140-
CMYK0.960.2100.45
HSL192.89º93.1%28.43%-
HSV(B)192.89º96.43%54.9%-
XYZ10.4813.2926.82-
YUV82.61160.3872.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=1.95%
G=43.36%
B=54.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51111400.960.2100.45192.8993.128.43
Hex56F8C601502Dc15d1c
Octal51572141402505530113534
Binary101110111110001100110000010101010110111000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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