#027F84

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

Shades of Teal #027F84

Tints of Teal #027F84

Color information

#027F84 (or 0x027F84) is unknown color: approx Teal. HEX triplet: 02, 7F and 84. RGB value is (2,127,132). Sum of RGB (Red+Green+Blue) = 2+127+132=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #027F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F84 is #FD807B. Grayscale: #5A5A5A. Windows color (decimal): -16613500 or 8683266. OLE color: 8683266.

HSL color Cylindrical-coordinate representation of color #027F84: hue angle of 182.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F84 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2127132-
CMYK0.980.0400.48
HSL182.31º97.01%26.27%-
HSV(B)182.31º98.48%51.76%-
XYZ11.7816.8624.46-
YUV90.2151.5965.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=0.77%
G=48.66%
B=50.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21271320.980.0400.48182.3197.0126.27
Hex27F84624030b6611a
Octal2177204142406026614132
Binary101111111100001001100010100011000010110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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