#066E84

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

Shades of Teal #066E84

Tints of Teal #066E84

Color information

#066E84 (or 0x066E84) is unknown color: approx Teal. HEX triplet: 06, 6E and 84. RGB value is (6,110,132). Sum of RGB (Red+Green+Blue) = 6+110+132=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #066E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E84 is #F9917B. Grayscale: #515151. Windows color (decimal): -16355708 or 8678918. OLE color: 8678918.

HSL color Cylindrical-coordinate representation of color #066E84: hue angle of 190.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E84 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6110132-
CMYK0.950.1700.48
HSL190.48º91.3%27.06%-
HSV(B)190.48º95.45%51.76%-
XYZ9.8212.8623.79-
YUV81.41156.5474.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=2.42%
G=44.35%
B=53.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61101320.950.1700.48190.4891.327.06
Hex66E845F11030be5b1b
Octal61562041372106027613333
Binary110110111010000100101111110001011000010111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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