Html Css Color HEX #006E86 Teal

📋 copy color: '#006E86'

red 0 ◦ green 110 ◦ blue 134

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

Shades of Teal #006E86

Tints of Teal #006E86

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 110 (43.36% from 255) = 45.08%

 BLUE value IS 134 (52.73% from 255) = 54.92%

R = 0%
G = 45.08%
B = 54.92%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006E86 (or 0x006E86) is known color: Teal. HEX triplet: 00, 6E and 86. RGB value is (0,110,134). Sum of RGB (Red+Green+Blue) = 0+110+134=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #006E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E86 is #FF9179. Grayscale: #4F4F4F. Windows color (decimal): -16748922 or 8809984. OLE color: 8809984.

HSL color Cylindrical-coordinate representation of color #006E86: hue angle of 190.75º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E86 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 110 134 -
CMYK 1 0.18 0 0.47
HSL 190.75º 1% 0.26% -
HSV(B) 190.75º 1% 0.53% -
XYZ 9.88 12.87 24.52 -
YUV 79.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 0 110 134 1 0.18 0 0.47 190.75 1 0.26
Hex 0 6E 86 64 12 0 2F BF 64 1A
Octal 0 156 206 144 22 0 57 277 144 32
Binary 0 1101110 10000110 1100100 10010 0 101111 10111111 1100100 11010

Color Harmonies of #006E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E86

Black with #006E86

Text Example


Text Example

White with #006E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006E86; }

 p { color: rgb(0,110,134); }

 H1.HeaderClassName
 {
   color: #006E86;
 }
 .AnyTagClassName
 {
   color: #006E86;
 }
</style>

background-color css

<style>
 a { background-color: #006E86; }

 a { background-color: rgb(0,110,134); }

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

border-color css

<style>
 span { border-color: #006E86; }

 span { border-color: rgb(0,110,134); }

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