#12847D

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

Shades of Teal #12847D

Tints of Teal #12847D

Color information

#12847D (or 0x12847D) is unknown color: approx Teal. HEX triplet: 12, 84 and 7D. RGB value is (18,132,125). Sum of RGB (Red+Green+Blue) = 18+132+125=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #12847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12847D is #ED7B82. Grayscale: #616161. Windows color (decimal): -15563651 or 8225810. OLE color: 8225810.

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

Color convert

RGB18132125-
CMYK0.8600.050.48
HSL176.32º76%29.41%-
HSV(B)176.32º86.36%51.76%-
XYZ12.218.1122.25-
YUV97.12143.7371.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=6.55%
G=48%
B=45.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321250.8600.050.48176.327629.41
Hex12847D560530b04c1d
Octal22204175126056026011435
Binary100101000010011111011010110010111000010110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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