#02797D

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

Shades of Teal #02797D

Tints of Teal #02797D

Color information

#02797D (or 0x02797D) is unknown color: approx Teal. HEX triplet: 02, 79 and 7D. RGB value is (2,121,125). Sum of RGB (Red+Green+Blue) = 2+121+125=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #02797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02797D is #FD8682. Grayscale: #555555. Windows color (decimal): -16615043 or 8222978. OLE color: 8222978.

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

Color convert

RGB2121125-
CMYK0.980.0300.51
HSL181.95º96.85%24.9%-
HSV(B)181.95º98.4%49.02%-
XYZ10.5615.1721.77-
YUV85.88150.0868.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=0.81%
G=48.79%
B=50.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21211250.980.0300.51181.9596.8524.9
Hex2797D623033b66119
Octal2171175142306326614131
Binary1011110011111101110001011011001110110110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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