#12493C

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

Shades of Deep Teal #12493C

Tints of Deep Teal #12493C

Color information

#12493C (or 0x12493C) is unknown color: approx Deep Teal. HEX triplet: 12, 49 and 3C. RGB value is (18,73,60). Sum of RGB (Red+Green+Blue) = 18+73+60=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #12493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12493C is #EDB6C3. Grayscale: #373737. Windows color (decimal): -15578820 or 3950866. OLE color: 3950866.

HSL color Cylindrical-coordinate representation of color #12493C: hue angle of 165.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12493C is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB187360-
CMYK0.7500.180.71
HSL165.82º60.44%17.84%-
HSV(B)165.82º75.34%28.63%-
XYZ3.455.225.1-
YUV55.07130.78101.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=11.92%
G=48.34%
B=39.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873600.7500.180.71165.8260.4417.84
Hex12493C4B01247a63c12
Octal22111741130221072467422
Binary100101001001111100100101101001010001111010011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,73,60); }

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

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

 a { background-color: rgb(18,73,60); }

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

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

 span { border-color: rgb(18,73,60); }

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