#027686

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

Shades of Teal #027686

Tints of Teal #027686

Color information

#027686 (or 0x027686) is unknown color: approx Teal. HEX triplet: 02, 76 and 86. RGB value is (2,118,134). Sum of RGB (Red+Green+Blue) = 2+118+134=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #027686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027686 is #FD8979. Grayscale: #545454. Windows color (decimal): -16615802 or 8812034. OLE color: 8812034.

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

Color convert

RGB2118134-
CMYK0.990.1200.47
HSL187.27º97.06%26.67%-
HSV(B)187.27º98.51%52.55%-
XYZ10.8114.6924.82-
YUV85.14155.5768.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=0.79%
G=46.46%
B=52.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21181340.990.1200.47187.2797.0626.67
Hex2768663C02Fbb611b
Octal21662061431405727314133
Binary1011101101000011011000111100010111110111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027686; }

 p { color: rgb(2,118,134); }

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

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

 a { background-color: rgb(2,118,134); }

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

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

 span { border-color: rgb(2,118,134); }

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