#027380

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

Shades of Teal #027380

Tints of Teal #027380

Color information

#027380 (or 0x027380) is unknown color: approx Teal. HEX triplet: 02, 73 and 80. RGB value is (2,115,128). Sum of RGB (Red+Green+Blue) = 2+115+128=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #027380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027380 is #FD8C7F. Grayscale: #525252. Windows color (decimal): -16616576 or 8418050. OLE color: 8418050.

HSL color Cylindrical-coordinate representation of color #027380: hue angle of 186.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027380 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2115128-
CMYK0.980.1000.50
HSL186.19º96.92%25.49%-
HSV(B)186.19º98.44%50.2%-
XYZ10.0513.8322.56-
YUV82.7153.5670.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 128 (50.39% from 255) = 52.24%
R=0.82%
G=46.94%
B=52.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21151280.980.1000.50186.1996.9225.49
Hex2738062A032ba6119
Octal21632001421206227214131
Binary1011100111000000011000101010011001010111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027380; }

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

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

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

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

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

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

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

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