#027A7F

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

Shades of Teal #027A7F

Tints of Teal #027A7F

Color information

#027A7F (or 0x027A7F) is unknown color: approx Teal. HEX triplet: 02, 7A and 7F. RGB value is (2,122,127). Sum of RGB (Red+Green+Blue) = 2+122+127=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #027A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A7F is #FD8580. Grayscale: #565656. Windows color (decimal): -16614785 or 8354306. OLE color: 8354306.

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

Color convert

RGB2122127-
CMYK0.980.0400.50
HSL182.4º96.9%25.29%-
HSV(B)182.4º98.43%49.8%-
XYZ10.8215.4622.49-
YUV86.69150.7467.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 127 (50% from 255) = 50.60%
R=0.80%
G=48.61%
B=50.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21221270.980.0400.50182.496.925.29
Hex27A7F624032b66119
Octal2172177142406226614131
Binary10111101011111111100010100011001010110110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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