#12847B

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

Shades of Teal #12847B

Tints of Teal #12847B

Color information

#12847B (or 0x12847B) is unknown color: approx Teal. HEX triplet: 12, 84 and 7B. RGB value is (18,132,123). Sum of RGB (Red+Green+Blue) = 18+132+123=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #12847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847B is #ED7B84. Grayscale: #606060. Windows color (decimal): -15563653 or 8094738. OLE color: 8094738.

HSL color Cylindrical-coordinate representation of color #12847B: hue angle of 175.26º 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 #12847B is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB18132123-
CMYK0.8600.070.48
HSL175.26º76%29.41%-
HSV(B)175.26º86.36%51.76%-
XYZ12.0818.0621.59-
YUV96.89142.7371.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=6.59%
G=48.35%
B=45.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321230.8600.070.48175.267629.41
Hex12847B560730af4c1d
Octal22204173126076025711435
Binary100101000010011110111010110011111000010101111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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