#066E88

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

Shades of Teal #066E88

Tints of Teal #066E88

Color information

#066E88 (or 0x066E88) is unknown color: approx Teal. HEX triplet: 06, 6E and 88. RGB value is (6,110,136). Sum of RGB (Red+Green+Blue) = 6+110+136=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #066E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E88 is #F99177. Grayscale: #515151. Windows color (decimal): -16355704 or 8941062. OLE color: 8941062.

HSL color Cylindrical-coordinate representation of color #066E88: hue angle of 192º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066E88 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6110136-
CMYK0.960.1900.47
HSL192º91.55%27.84%-
HSV(B)192º95.59%53.33%-
XYZ10.0912.9725.26-
YUV81.87158.5473.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=2.38%
G=43.65%
B=53.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61101360.960.1900.4719291.5527.84
Hex66E88601302Fc05c1c
Octal61562101402305730013434
Binary110110111010001000110000010011010111111000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066E88; }

 p { color: rgb(6,110,136); }

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

<style>
 a { background-color: #066E88; }

 a { background-color: rgb(6,110,136); }

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

<style>
 span { border-color: #066E88; }

 span { border-color: rgb(6,110,136); }

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