#027D80

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

Shades of Teal #027D80

Tints of Teal #027D80

Color information

#027D80 (or 0x027D80) is unknown color: approx Teal. HEX triplet: 02, 7D and 80. RGB value is (2,125,128). Sum of RGB (Red+Green+Blue) = 2+125+128=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #027D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D80 is #FD827F. Grayscale: #585858. Windows color (decimal): -16614016 or 8420610. OLE color: 8420610.

HSL color Cylindrical-coordinate representation of color #027D80: hue angle of 181.43º 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 #027D80 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2125128-
CMYK0.980.0200.50
HSL181.43º96.92%25.49%-
HSV(B)181.43º98.44%50.2%-
XYZ11.2516.2422.96-
YUV88.56150.2566.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 125 (49.22% from 255) = 49.02%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=0.78%
G=49.02%
B=50.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21251280.980.0200.50181.4396.9225.49
Hex27D80622032b56119
Octal2175200142206226514131
Binary10111110110000000110001010011001010110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027D80; }

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

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

<style>
 a { background-color: #027D80; }

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

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

<style>
 span { border-color: #027D80; }

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

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