#026F87

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

Shades of Teal #026F87

Tints of Teal #026F87

Color information

#026F87 (or 0x026F87) is unknown color: approx Teal. HEX triplet: 02, 6F and 87. RGB value is (2,111,135). Sum of RGB (Red+Green+Blue) = 2+111+135=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #026F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026F87 is #FD9078. Grayscale: #505050. Windows color (decimal): -16617593 or 8875778. OLE color: 8875778.

HSL color Cylindrical-coordinate representation of color #026F87: hue angle of 190.83º 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 #026F87 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2111135-
CMYK0.990.1800.47
HSL190.83º97.08%26.86%-
HSV(B)190.83º98.52%52.94%-
XYZ10.0813.1324.92-
YUV81.14158.3971.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=0.81%
G=44.76%
B=54.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21111350.990.1800.47190.8397.0826.86
Hex26F87631202Fbf611b
Octal21572071432205727714133
Binary10110111110000111110001110010010111110111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026F87; }

 p { color: rgb(2,111,135); }

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

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

 a { background-color: rgb(2,111,135); }

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

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

 span { border-color: rgb(2,111,135); }

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