#006F88

Color #006F88 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #006F88

Tints of Teal #006F88

Color information

#006F88 (or 0x006F88) is unknown color: approx 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

RGB0111136-
CMYK10.1800.47
HSL191.03º100%26.67%-
HSV(B)191.03º100%53.33%-
XYZ10.1313.1525.3-
YUV80.66159.2370.47-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal011113610.1800.47191.0310026.67
Hex06F88641202Fbf641b
Octal01572101442205727714433
Binary0110111110001000110010010010010111110111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>