#02887D

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

Shades of Teal #02887D

Tints of Teal #02887D

Color information

#02887D (or 0x02887D) is unknown color: approx Teal. HEX triplet: 02, 88 and 7D. RGB value is (2,136,125). Sum of RGB (Red+Green+Blue) = 2+136+125=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #02887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02887D is #FD7782. Grayscale: #5E5E5E. Windows color (decimal): -16611203 or 8226818. OLE color: 8226818.

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

Color convert

RGB2136125-
CMYK0.9900.080.47
HSL175.07º97.1%27.06%-
HSV(B)175.07º98.53%53.33%-
XYZ12.5319.122.43-
YUV94.68145.1161.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=0.76%
G=51.71%
B=47.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21361250.9900.080.47175.0797.127.06
Hex2887D63082Faf611b
Octal22101751430105725714133
Binary1010001000111110111000110100010111110101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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