#05718A

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

Shades of Teal #05718A

Tints of Teal #05718A

Color information

#05718A (or 0x05718A) is unknown color: approx Teal. HEX triplet: 05, 71 and 8A. RGB value is (5,113,138). Sum of RGB (Red+Green+Blue) = 5+113+138=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #05718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05718A is #FA8E75. Grayscale: #535353. Windows color (decimal): -16420470 or 9072901. OLE color: 9072901.

HSL color Cylindrical-coordinate representation of color #05718A: hue angle of 191.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05718A is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5113138-
CMYK0.960.1800.46
HSL191.28º93.01%28.04%-
HSV(B)191.28º96.38%54.12%-
XYZ10.5613.6826.13-
YUV83.56158.7271.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=1.95%
G=44.14%
B=53.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51131380.960.1800.46191.2893.0128.04
Hex5718A601202Ebf5d1c
Octal51612121402205627713534
Binary101111000110001010110000010010010111010111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05718A; }

 p { color: rgb(5,113,138); }

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

<style>
 a { background-color: #05718A; }

 a { background-color: rgb(5,113,138); }

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

<style>
 span { border-color: #05718A; }

 span { border-color: rgb(5,113,138); }

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