#11827E

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

Shades of Teal #11827E

Tints of Teal #11827E

Color information

#11827E (or 0x11827E) is unknown color: approx Teal. HEX triplet: 11, 82 and 7E. RGB value is (17,130,126). Sum of RGB (Red+Green+Blue) = 17+130+126=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #11827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11827E is #EE7D81. Grayscale: #5F5F5F. Windows color (decimal): -15629698 or 8290833. OLE color: 8290833.

HSL color Cylindrical-coordinate representation of color #11827E: hue angle of 177.88º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11827E is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB17130126-
CMYK0.8700.030.49
HSL177.88º76.87%28.82%-
HSV(B)177.88º86.92%50.98%-
XYZ11.9817.5922.5-
YUV95.76145.0671.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.23%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=6.23%
G=47.62%
B=46.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171301260.8700.030.49177.8876.8728.82
Hex11827E570331b24d1d
Octal21202176127036126211535
Binary10001100000101111110101011101111000110110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11827E; }

 p { color: rgb(17,130,126); }

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

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

 a { background-color: rgb(17,130,126); }

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

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

 span { border-color: rgb(17,130,126); }

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