#02718E

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

Shades of Teal #02718E

Tints of Teal #02718E

Color information

#02718E (or 0x02718E) is unknown color: approx Teal. HEX triplet: 02, 71 and 8E. RGB value is (2,113,142). Sum of RGB (Red+Green+Blue) = 2+113+142=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #02718E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02718E is #FD8E71. Grayscale: #525252. Windows color (decimal): -16617074 or 9335042. OLE color: 9335042.

HSL color Cylindrical-coordinate representation of color #02718E: hue angle of 192.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02718E is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2113142-
CMYK0.990.2000.44
HSL192.43º97.22%28.24%-
HSV(B)192.43º98.59%55.69%-
XYZ10.8113.7827.68-
YUV83.12161.2370.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=0.78%
G=43.97%
B=55.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21131420.990.2000.44192.4397.2228.24
Hex2718E631402Cc0611c
Octal21612161432405430014134
Binary10111000110001110110001110100010110011000000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02718E; }

 p { color: rgb(2,113,142); }

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

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

 a { background-color: rgb(2,113,142); }

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

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

 span { border-color: rgb(2,113,142); }

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