#12827F

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

Shades of Teal #12827F

Tints of Teal #12827F

Color information

#12827F (or 0x12827F) is unknown color: approx Teal. HEX triplet: 12, 82 and 7F. RGB value is (18,130,127). Sum of RGB (Red+Green+Blue) = 18+130+127=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #12827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12827F is #ED7D80. Grayscale: #606060. Windows color (decimal): -15564161 or 8356370. OLE color: 8356370.

HSL color Cylindrical-coordinate representation of color #12827F: hue angle of 178.39º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12827F is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB18130127-
CMYK0.8600.020.49
HSL178.39º75.68%29.02%-
HSV(B)178.39º86.15%50.98%-
XYZ12.0617.6322.85-
YUV96.17145.3972.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 127 (50% from 255) = 46.18%
R=6.55%
G=47.27%
B=46.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301270.8600.020.49178.3975.6829.02
Hex12827F560231b24c1d
Octal22202177126026126211435
Binary10010100000101111111101011001011000110110010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12827F; }

 p { color: rgb(18,130,127); }

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

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

 a { background-color: rgb(18,130,127); }

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

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

 span { border-color: rgb(18,130,127); }

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