#027E8C

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

Shades of Teal #027E8C

Tints of Teal #027E8C

Color information

#027E8C (or 0x027E8C) is unknown color: approx Teal. HEX triplet: 02, 7E and 8C. RGB value is (2,126,140). Sum of RGB (Red+Green+Blue) = 2+126+140=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #027E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E8C is #FD8173. Grayscale: #5A5A5A. Windows color (decimal): -16613748 or 9207298. OLE color: 9207298.

HSL color Cylindrical-coordinate representation of color #027E8C: hue angle of 186.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E8C is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2126140-
CMYK0.990.1000.45
HSL186.09º97.18%27.84%-
HSV(B)186.09º98.57%54.9%-
XYZ12.2216.8327.42-
YUV90.52155.9264.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 126 (49.61% from 255) = 47.01%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=0.75%
G=47.01%
B=52.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21261400.990.1000.45186.0997.1827.84
Hex27E8C63A02Dba611c
Octal21762141431205527214134
Binary1011111101000110011000111010010110110111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,126,140); }

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

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

 a { background-color: rgb(2,126,140); }

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

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

 span { border-color: rgb(2,126,140); }

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