Html Css Color HEX #006F89 Teal

📋 copy color: '#006F89'

red 0 ◦ green 111 ◦ blue 137

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

Shades of Teal #006F89

Tints of Teal #006F89

RGB

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

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

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

R = 0%
G = 44.76%
B = 55.24%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#006F89 (or 0x006F89) is known color: Teal. HEX triplet: 00, 6F and 89. RGB value is (0,111,137). Sum of RGB (Red+Green+Blue) = 0+111+137=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #006F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F89 is #FF9076. Grayscale: #505050. Windows color (decimal): -16748663 or 9006848. OLE color: 9006848.

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

Color convert

RGB 0 111 137 -
CMYK 1 0.19 0 0.46
HSL 191.39º 1% 0.27% -
HSV(B) 191.39º 1% 0.54% -
XYZ 10.2 13.18 25.67 -
YUV 80.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 0 111 137 1 0.19 0 0.46 191.39 1 0.27
Hex 0 6F 89 64 13 0 2E BF 64 1B
Octal 0 157 211 144 23 0 56 277 144 33
Binary 0 1101111 10001001 1100100 10011 0 101110 10111111 1100100 11011

Color Harmonies of #006F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F89

Black with #006F89

Text Example


Text Example

White with #006F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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