#027282

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

Shades of Teal #027282

Tints of Teal #027282

Color information

#027282 (or 0x027282) is unknown color: approx Teal. HEX triplet: 02, 72 and 82. RGB value is (2,114,130). Sum of RGB (Red+Green+Blue) = 2+114+130=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #027282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027282 is #FD8D7D. Grayscale: #525252. Windows color (decimal): -16616830 or 8548866. OLE color: 8548866.

HSL color Cylindrical-coordinate representation of color #027282: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027282 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2114130-
CMYK0.980.1200.49
HSL187.5º96.97%25.88%-
HSV(B)187.5º98.46%50.98%-
XYZ10.0713.6623.22-
YUV82.34154.8970.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=0.81%
G=46.34%
B=52.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21141300.980.1200.49187.596.9725.88
Hex2728262C031bc611a
Octal21622021421406127414132
Binary1011100101000001011000101100011000110111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027282; }

 p { color: rgb(2,114,130); }

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

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

 a { background-color: rgb(2,114,130); }

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

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

 span { border-color: rgb(2,114,130); }

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