#12847C

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

Shades of Teal #12847C

Tints of Teal #12847C

Color information

#12847C (or 0x12847C) is unknown color: approx Teal. HEX triplet: 12, 84 and 7C. RGB value is (18,132,124). Sum of RGB (Red+Green+Blue) = 18+132+124=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #12847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847C is #ED7B83. Grayscale: #606060. Windows color (decimal): -15563652 or 8160274. OLE color: 8160274.

HSL color Cylindrical-coordinate representation of color #12847C: hue angle of 175.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12847C is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB18132124-
CMYK0.8600.060.48
HSL175.79º76%29.41%-
HSV(B)175.79º86.36%51.76%-
XYZ12.1418.0921.92-
YUV97143.2371.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=6.57%
G=48.18%
B=45.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321240.8600.060.48175.797629.41
Hex12847C560630b04c1d
Octal22204174126066026011435
Binary100101000010011111001010110011011000010110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12847C; }

 p { color: rgb(18,132,124); }

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

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

 a { background-color: rgb(18,132,124); }

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

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

 span { border-color: rgb(18,132,124); }

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