#05708A

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

Shades of Teal #05708A

Tints of Teal #05708A

Color information

#05708A (or 0x05708A) is unknown color: approx Teal. HEX triplet: 05, 70 and 8A. RGB value is (5,112,138). Sum of RGB (Red+Green+Blue) = 5+112+138=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #05708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708A is #FA8F75. Grayscale: #525252. Windows color (decimal): -16420726 or 9072645. OLE color: 9072645.

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

Color convert

RGB5112138-
CMYK0.960.1900.46
HSL191.73º93.01%28.04%-
HSV(B)191.73º96.38%54.12%-
XYZ10.4413.4626.09-
YUV82.97159.0572.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=1.96%
G=43.92%
B=54.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51121380.960.1900.46191.7393.0128.04
Hex5708A601302Ec05d1c
Octal51602121402305630013534
Binary101111000010001010110000010011010111011000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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