Html Css Color HEX #006E8A Teal

📋 copy color: '#006E8A'

red 0 ◦ green 110 ◦ blue 138

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

Shades of Teal #006E8A

Tints of Teal #006E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 0%
G = 44.35%
B = 55.65%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#006E8A (or 0x006E8A) is known color: Teal. HEX triplet: 00, 6E and 8A. RGB value is (0,110,138). Sum of RGB (Red+Green+Blue) = 0+110+138=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #006E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E8A is #FF9175. Grayscale: #505050. Windows color (decimal): -16748918 or 9072128. OLE color: 9072128.

HSL color Cylindrical-coordinate representation of color #006E8A: hue angle of 192.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E8A is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 110 138 -
CMYK 1 0.20 0 0.46
HSL 192.17º 1% 0.27% -
HSV(B) 192.17º 1% 0.54% -
XYZ 10.16 12.99 26.02 -
YUV 80.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 0 110 138 1 0.20 0 0.46 192.17 1 0.27
Hex 0 6E 8A 64 14 0 2E C0 64 1B
Octal 0 156 212 144 24 0 56 300 144 33
Binary 0 1101110 10001010 1100100 10100 0 101110 11000000 1100100 11011

Color Harmonies of #006E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E8A

Black with #006E8A

Text Example


Text Example

White with #006E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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