Html Css Color HEX #006F88 Teal

📋 copy color: '#006F88'

red 0 ◦ green 111 ◦ blue 136

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

Shades of Teal #006F88

Tints of Teal #006F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 0%
G = 44.94%
B = 55.06%

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

#006F88 (or 0x006F88) is known color: Teal. HEX triplet: 00, 6F and 88. RGB value is (0,111,136). Sum of RGB (Red+Green+Blue) = 0+111+136=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #006F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F88 is #FF9077. Grayscale: #505050. Windows color (decimal): -16748664 or 8941312. OLE color: 8941312.

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

Color convert

RGB 0 111 136 -
CMYK 1 0.18 0 0.47
HSL 191.03º 1% 0.27% -
HSV(B) 191.03º 1% 0.53% -
XYZ 10.13 13.15 25.3 -
YUV 80.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 0 111 136 1 0.18 0 0.47 191.03 1 0.27
Hex 0 6F 88 64 12 0 2F BF 64 1B
Octal 0 157 210 144 22 0 57 277 144 33
Binary 0 1101111 10001000 1100100 10010 0 101111 10111111 1100100 11011

Color Harmonies of #006F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F88

Black with #006F88

Text Example


Text Example

White with #006F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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