#12483F

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

Shades of Deep Teal #12483F

Tints of Deep Teal #12483F

Color information

#12483F (or 0x12483F) is unknown color: approx Deep Teal. HEX triplet: 12, 48 and 3F. RGB value is (18,72,63). Sum of RGB (Red+Green+Blue) = 18+72+63=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #12483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12483F is #EDB7C0. Grayscale: #363636. Windows color (decimal): -15579073 or 4147218. OLE color: 4147218.

HSL color Cylindrical-coordinate representation of color #12483F: hue angle of 170º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12483F is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB187263-
CMYK0.7500.120.72
HSL170º60%17.65%-
HSV(B)170º75%28.24%-
XYZ3.465.125.51-
YUV54.83132.61101.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 63 (25% from 255) = 41.18%
R=11.76%
G=47.06%
B=41.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872630.7500.120.721706017.65
Hex12483F4B0C48aa3c12
Octal22110771130141102527422
Binary10010100100011111110010110110010010001010101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12483F; }

 p { color: rgb(18,72,63); }

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

<style>
 a { background-color: #12483F; }

 a { background-color: rgb(18,72,63); }

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

<style>
 span { border-color: #12483F; }

 span { border-color: rgb(18,72,63); }

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