Html Css Color HEX #006D8C Teal

📋 copy color: '#006D8C'

red 0 ◦ green 109 ◦ blue 140

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

Shades of Teal #006D8C

Tints of Teal #006D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.78%

 BLUE value IS 140 (55.08% from 255) = 56.22%

R = 0%
G = 43.78%
B = 56.22%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#006D8C (or 0x006D8C) is known color: Teal. HEX triplet: 00, 6D and 8C. RGB value is (0,109,140). Sum of RGB (Red+Green+Blue) = 0+109+140=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #006D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D8C is #FF9273. Grayscale: #4F4F4F. Windows color (decimal): -16749172 or 9202944. OLE color: 9202944.

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

Color convert

RGB 0 109 140 -
CMYK 1 0.22 0 0.45
HSL 193.29º 1% 0.27% -
HSV(B) 193.29º 1% 0.55% -
XYZ 10.2 12.83 26.75 -
YUV 79.94 161.89 70.98 -
System Red Green Blue C M Y K H S L
Decimal 0 109 140 1 0.22 0 0.45 193.29 1 0.27
Hex 0 6D 8C 64 16 0 2D C1 64 1B
Octal 0 155 214 144 26 0 55 301 144 33
Binary 0 1101101 10001100 1100100 10110 0 101101 11000001 1100100 11011

Color Harmonies of #006D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D8C

Black with #006D8C

Text Example


Text Example

White with #006D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,140); }

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

background-color css

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

 a { background-color: rgb(0,109,140); }

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

border-color css

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

 span { border-color: rgb(0,109,140); }

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