Html Css Color HEX #12493F Deep Teal

📋 copy color: '#12493F'

red 18 ◦ green 73 ◦ blue 63

#12493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #12493F

Tints of Deep Teal #12493F

RGB

 RED value IS 18 (7.42% from 255) = 11.69%

 GREEN value IS 73 (28.91% from 255) = 47.4%

 BLUE value IS 63 (25% from 255) = 40.91%

R = 11.69%
G = 47.4%
B = 40.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#12493F (or 0x12493F) is known color: Deep Teal. HEX triplet: 12, 49 and 3F. RGB value is (18,73,63). Sum of RGB (Red+Green+Blue) = 18+73+63=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #12493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12493F is #EDB6C0. Grayscale: #373737. Windows color (decimal): -15578817 or 4147474. OLE color: 4147474.

HSL color Cylindrical-coordinate representation of color #12493F: hue angle of 169.09º 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 #12493F is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 63 -
CMYK 0.75 0 0.14 0.71
HSL 169.09º 0.6% 0.18% -
HSV(B) 169.09º 0.75% 0.29% -
XYZ 3.53 5.25 5.53 -
YUV 55.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 18 73 63 0.75 0 0.14 0.71 169.09 0.6 0.18
Hex 12 49 3F 4B 0 E 47 A9 3C 12
Octal 22 111 77 113 0 16 107 251 74 22
Binary 10010 1001001 111111 1001011 0 1110 1000111 10101001 111100 10010

Color Harmonies of #12493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12493F

Black with #12493F

Text Example


Text Example

White with #12493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12493F;
 }
 .AnyTagClassName
 {
   color: #12493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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