#027E8B

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

Shades of Teal #027E8B

Tints of Teal #027E8B

Color information

#027E8B (or 0x027E8B) is unknown color: approx Teal. HEX triplet: 02, 7E and 8B. RGB value is (2,126,139). Sum of RGB (Red+Green+Blue) = 2+126+139=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #027E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E8B is #FD8174. Grayscale: #5A5A5A. Windows color (decimal): -16613749 or 9141762. OLE color: 9141762.

HSL color Cylindrical-coordinate representation of color #027E8B: hue angle of 185.69º 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 #027E8B is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2126139-
CMYK0.990.0900.45
HSL185.69º97.16%27.65%-
HSV(B)185.69º98.56%54.51%-
XYZ12.1516.827.03-
YUV90.41155.4264.94-

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.19%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=0.75%
G=47.19%
B=52.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21261390.990.0900.45185.6997.1627.65
Hex27E8B63902Dba611c
Octal21762131431105527214134
Binary1011111101000101111000111001010110110111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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