#02787F

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

Shades of Teal #02787F

Tints of Teal #02787F

Color information

#02787F (or 0x02787F) is unknown color: approx Teal. HEX triplet: 02, 78 and 7F. RGB value is (2,120,127). Sum of RGB (Red+Green+Blue) = 2+120+127=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #02787F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02787F is #FD8780. Grayscale: #555555. Windows color (decimal): -16615297 or 8353794. OLE color: 8353794.

HSL color Cylindrical-coordinate representation of color #02787F: hue angle of 183.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02787F is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2120127-
CMYK0.980.0600.50
HSL183.36º96.9%25.29%-
HSV(B)183.36º98.43%49.8%-
XYZ10.5714.9822.41-
YUV85.52151.4168.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 127 (50% from 255) = 51.00%
R=0.80%
G=48.19%
B=51.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21201270.980.0600.50183.3696.925.29
Hex2787F626032b76119
Octal2170177142606226714131
Binary10111100011111111100010110011001010110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02787F; }

 p { color: rgb(2,120,127); }

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

<style>
 a { background-color: #02787F; }

 a { background-color: rgb(2,120,127); }

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

<style>
 span { border-color: #02787F; }

 span { border-color: rgb(2,120,127); }

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