#02817D

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

Shades of Teal #02817D

Tints of Teal #02817D

Color information

#02817D (or 0x02817D) is unknown color: approx Teal. HEX triplet: 02, 81 and 7D. RGB value is (2,129,125). Sum of RGB (Red+Green+Blue) = 2+129+125=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #02817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02817D is #FD7E82. Grayscale: #5A5A5A. Windows color (decimal): -16612995 or 8225026. OLE color: 8225026.

HSL color Cylindrical-coordinate representation of color #02817D: hue angle of 178.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02817D is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB2129125-
CMYK0.9800.030.49
HSL178.11º96.95%25.69%-
HSV(B)178.11º98.45%50.59%-
XYZ11.5817.1922.11-
YUV90.57147.4264.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=0.78%
G=50.39%
B=48.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21291250.9800.030.49178.1196.9525.69
Hex2817D620331b2611a
Octal2201175142036126214132
Binary10100000011111101110001001111000110110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02817D; }

 p { color: rgb(2,129,125); }

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

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

 a { background-color: rgb(2,129,125); }

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

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

 span { border-color: rgb(2,129,125); }

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