#027683

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

Shades of Teal #027683

Tints of Teal #027683

Color information

#027683 (or 0x027683) is unknown color: approx Teal. HEX triplet: 02, 76 and 83. RGB value is (2,118,131). Sum of RGB (Red+Green+Blue) = 2+118+131=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #027683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027683 is #FD897C. Grayscale: #545454. Windows color (decimal): -16615805 or 8615426. OLE color: 8615426.

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

Color convert

RGB2118131-
CMYK0.980.1000.49
HSL186.05º96.99%26.08%-
HSV(B)186.05º98.47%51.37%-
XYZ10.614.6123.73-
YUV84.8154.0768.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=0.80%
G=47.01%
B=52.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21181310.980.1000.49186.0596.9926.08
Hex2768362A031ba611a
Octal21662031421206127214132
Binary1011101101000001111000101010011000110111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027683; }

 p { color: rgb(2,118,131); }

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

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

 a { background-color: rgb(2,118,131); }

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

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

 span { border-color: rgb(2,118,131); }

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