#05788A

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

Shades of Teal #05788A

Tints of Teal #05788A

Color information

#05788A (or 0x05788A) is unknown color: approx Teal. HEX triplet: 05, 78 and 8A. RGB value is (5,120,138). Sum of RGB (Red+Green+Blue) = 5+120+138=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #05788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05788A is #FA8775. Grayscale: #575757. Windows color (decimal): -16418678 or 9074693. OLE color: 9074693.

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

Color convert

RGB5120138-
CMYK0.960.1300.46
HSL188.12º93.01%28.04%-
HSV(B)188.12º96.38%54.12%-
XYZ11.3715.326.4-
YUV87.67156.469.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=1.90%
G=45.63%
B=52.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51201380.960.1300.46188.1293.0128.04
Hex5788A60D02Ebc5d1c
Octal51702121401505627413534
Binary10111110001000101011000001101010111010111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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