#12857A

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

Shades of Teal #12857A

Tints of Teal #12857A

Color information

#12857A (or 0x12857A) is unknown color: approx Teal. HEX triplet: 12, 85 and 7A. RGB value is (18,133,122). Sum of RGB (Red+Green+Blue) = 18+133+122=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #12857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12857A is #ED7A85. Grayscale: #616161. Windows color (decimal): -15563398 or 8029458. OLE color: 8029458.

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

Color convert

RGB18133122-
CMYK0.8600.080.48
HSL174.26º76.16%29.61%-
HSV(B)174.26º86.47%52.16%-
XYZ12.1518.3121.31-
YUV97.36141.971.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=6.59%
G=48.72%
B=44.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331220.8600.080.48174.2676.1629.61
Hex12857A560830ae4c1e
Octal222051721260106025611436
Binary1001010000101111101010101100100011000010101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12857A; }

 p { color: rgb(18,133,122); }

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

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

 a { background-color: rgb(18,133,122); }

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

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

 span { border-color: rgb(18,133,122); }

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