Html Css Color HEX #006D89 Teal

📋 copy color: '#006D89'

red 0 ◦ green 109 ◦ blue 137

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

Shades of Teal #006D89

Tints of Teal #006D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.69%

R = 0%
G = 44.31%
B = 55.69%

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

#006D89 (or 0x006D89) is known color: Teal. HEX triplet: 00, 6D and 89. RGB value is (0,109,137). Sum of RGB (Red+Green+Blue) = 0+109+137=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #006D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D89 is #FF9276. Grayscale: #4F4F4F. Windows color (decimal): -16749175 or 9006336. OLE color: 9006336.

HSL color Cylindrical-coordinate representation of color #006D89: hue angle of 192.26º 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 #006D89 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 109 137 -
CMYK 1 0.20 0 0.46
HSL 192.26º 1% 0.27% -
HSV(B) 192.26º 1% 0.54% -
XYZ 9.98 12.74 25.6 -
YUV 79.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 0 109 137 1 0.20 0 0.46 192.26 1 0.27
Hex 0 6D 89 64 14 0 2E C0 64 1B
Octal 0 155 211 144 24 0 56 300 144 33
Binary 0 1101101 10001001 1100100 10100 0 101110 11000000 1100100 11011

Color Harmonies of #006D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D89

Black with #006D89

Text Example


Text Example

White with #006D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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