#027382

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

Shades of Teal #027382

Tints of Teal #027382

Color information

#027382 (or 0x027382) is unknown color: approx Teal. HEX triplet: 02, 73 and 82. RGB value is (2,115,130). Sum of RGB (Red+Green+Blue) = 2+115+130=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #027382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027382 is #FD8C7D. Grayscale: #525252. Windows color (decimal): -16616574 or 8549122. OLE color: 8549122.

HSL color Cylindrical-coordinate representation of color #027382: hue angle of 187.03º 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 #027382 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2115130-
CMYK0.980.1200.49
HSL187.03º96.97%25.88%-
HSV(B)187.03º98.46%50.98%-
XYZ10.1913.8923.26-
YUV82.92154.5670.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=0.81%
G=46.56%
B=52.63%

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
Decimal21151300.980.1200.49187.0396.9725.88
Hex2738262C031bb611a
Octal21632021421406127314132
Binary1011100111000001011000101100011000110111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027382; }

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

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

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

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

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

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

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

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