#006D88

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

Shades of Teal #006D88

Tints of Teal #006D88

Color information

#006D88 (or 0x006D88) is unknown color: approx Teal. HEX triplet: 00, 6D and 88. RGB value is (0,109,136). Sum of RGB (Red+Green+Blue) = 0+109+136=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #006D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D88 is #FF9277. Grayscale: #4F4F4F. Windows color (decimal): -16749176 or 8940800. OLE color: 8940800.

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

Color convert

RGB0109136-
CMYK10.2000.47
HSL191.91º100%26.67%-
HSV(B)191.91º100%53.33%-
XYZ9.9112.7125.22-
YUV79.49159.8971.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=0%
G=44.49%
B=55.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal010913610.2000.47191.9110026.67
Hex06D88641402Fc0641b
Octal01552101442405730014433
Binary0110110110001000110010010100010111111000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #006D88;
 }
 .AnyTagClassName
 {
   color: #006D88;
 }
</style>
background-color css

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

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

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

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

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

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