#05708C

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

Shades of Teal #05708C

Tints of Teal #05708C

Color information

#05708C (or 0x05708C) is unknown color: approx Teal. HEX triplet: 05, 70 and 8C. RGB value is (5,112,140). Sum of RGB (Red+Green+Blue) = 5+112+140=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #05708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708C is #FA8F73. Grayscale: #525252. Windows color (decimal): -16420724 or 9203717. OLE color: 9203717.

HSL color Cylindrical-coordinate representation of color #05708C: hue angle of 192.44º 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 #05708C is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5112140-
CMYK0.960.2000.45
HSL192.44º93.1%28.43%-
HSV(B)192.44º96.43%54.9%-
XYZ10.5913.5126.86-
YUV83.2160.0572.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=1.95%
G=43.58%
B=54.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51121400.960.2000.45192.4493.128.43
Hex5708C601402Dc05d1c
Octal51602141402405530013534
Binary101111000010001100110000010100010110111000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05708C; }

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

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

<style>
 a { background-color: #05708C; }

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

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

<style>
 span { border-color: #05708C; }

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

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