#02877B

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

Shades of Teal #02877B

Tints of Teal #02877B

Color information

#02877B (or 0x02877B) is unknown color: approx Teal. HEX triplet: 02, 87 and 7B. RGB value is (2,135,123). Sum of RGB (Red+Green+Blue) = 2+135+123=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #02877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02877B is #FD7884. Grayscale: #5D5D5D. Windows color (decimal): -16611461 or 8095490. OLE color: 8095490.

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

Color convert

RGB2135123-
CMYK0.9900.090.47
HSL174.59º97.08%26.86%-
HSV(B)174.59º98.52%52.94%-
XYZ12.2618.7721.72-
YUV93.86144.4462.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=0.77%
G=51.92%
B=47.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21351230.9900.090.47174.5997.0826.86
Hex2877B63092Faf611b
Octal22071731430115725714133
Binary1010000111111101111000110100110111110101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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