#02897B

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

Shades of Teal #02897B

Tints of Teal #02897B

Color information

#02897B (or 0x02897B) is unknown color: approx Teal. HEX triplet: 02, 89 and 7B. RGB value is (2,137,123). Sum of RGB (Red+Green+Blue) = 2+137+123=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #02897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02897B is #FD7684. Grayscale: #5E5E5E. Windows color (decimal): -16610949 or 8096002. OLE color: 8096002.

HSL color Cylindrical-coordinate representation of color #02897B: hue angle of 173.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02897B is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB2137123-
CMYK0.9900.100.46
HSL173.78º97.12%27.25%-
HSV(B)173.78º98.54%53.73%-
XYZ12.5519.3321.81-
YUV95.04143.7761.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 137 (53.91% from 255) = 52.29%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=0.76%
G=52.29%
B=46.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21371230.9900.100.46173.7897.1227.25
Hex2897B630A2Eae611b
Octal22111731430125625614133
Binary1010001001111101111000110101010111010101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02897B; }

 p { color: rgb(2,137,123); }

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

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

 a { background-color: rgb(2,137,123); }

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

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

 span { border-color: rgb(2,137,123); }

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