#12887B

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

Shades of Teal #12887B

Tints of Teal #12887B

Color information

#12887B (or 0x12887B) is unknown color: approx Teal. HEX triplet: 12, 88 and 7B. RGB value is (18,136,123). Sum of RGB (Red+Green+Blue) = 18+136+123=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #12887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12887B is #ED7784. Grayscale: #636363. Windows color (decimal): -15562629 or 8095762. OLE color: 8095762.

HSL color Cylindrical-coordinate representation of color #12887B: hue angle of 173.39º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12887B is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB18136123-
CMYK0.8700.100.47
HSL173.39º76.62%30.2%-
HSV(B)173.39º86.76%53.33%-
XYZ12.6319.1721.77-
YUV99.24141.4170.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=6.50%
G=49.10%
B=44.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181361230.8700.100.47173.3976.6230.2
Hex12887B570A2Fad4d1e
Octal222101731270125725511536
Binary1001010001000111101110101110101010111110101101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12887B; }

 p { color: rgb(18,136,123); }

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

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

 a { background-color: rgb(18,136,123); }

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

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

 span { border-color: rgb(18,136,123); }

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