Html Css Color HEX #066F80 Teal

📋 copy color: '#066F80'

red 6 ◦ green 111 ◦ blue 128

#066F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #066F80

Tints of Teal #066F80

RGB

 RED value IS 6 (2.73% from 255) = 2.45%

 GREEN value IS 111 (43.75% from 255) = 45.31%

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 2.45%
G = 45.31%
B = 52.24%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#066F80 (or 0x066F80) is known color: Teal. HEX triplet: 06, 6F and 80. RGB value is (6,111,128). Sum of RGB (Red+Green+Blue) = 6+111+128=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #066F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066F80 is #F9907F. Grayscale: #515151. Windows color (decimal): -16355456 or 8417030. OLE color: 8417030.

HSL color Cylindrical-coordinate representation of color #066F80: hue angle of 188.36º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F80 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 111 128 -
CMYK 0.95 0.13 0 0.50
HSL 188.36º 0.91% 0.26% -
HSV(B) 188.36º 0.95% 0.5% -
XYZ 9.66 12.97 22.42 -
YUV 81.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 6 111 128 0.95 0.13 0 0.50 188.36 0.91 0.26
Hex 6 6F 80 5F D 0 32 BC 5B 1A
Octal 6 157 200 137 15 0 62 274 133 32
Binary 110 1101111 10000000 1011111 1101 0 110010 10111100 1011011 11010

Color Harmonies of #066F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F80

Black with #066F80

Text Example


Text Example

White with #066F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,128); }

 H1.HeaderClassName
 {
   color: #066F80;
 }
 .AnyTagClassName
 {
   color: #066F80;
 }
</style>

background-color css

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

 a { background-color: rgb(6,111,128); }

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

border-color css

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

 span { border-color: rgb(6,111,128); }

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