Html Css Color HEX #12493E Deep Teal

📋 copy color: '#12493E'

red 18 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #12493E

Tints of Deep Teal #12493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 11.76%
G = 47.71%
B = 40.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#12493E (or 0x12493E) is known color: Deep Teal. HEX triplet: 12, 49 and 3E. RGB value is (18,73,62). Sum of RGB (Red+Green+Blue) = 18+73+62=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #12493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12493E is #EDB6C1. Grayscale: #373737. Windows color (decimal): -15578818 or 4081938. OLE color: 4081938.

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

Color convert

RGB 18 73 62 -
CMYK 0.75 0 0.15 0.71
HSL 168º 0.6% 0.18% -
HSV(B) 168º 0.75% 0.29% -
XYZ 3.5 5.24 5.38 -
YUV 55.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 18 73 62 0.75 0 0.15 0.71 168 0.6 0.18
Hex 12 49 3E 4B 0 F 47 A8 3C 12
Octal 22 111 76 113 0 17 107 250 74 22
Binary 10010 1001001 111110 1001011 0 1111 1000111 10101000 111100 10010

Color Harmonies of #12493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12493E

Black with #12493E

Text Example


Text Example

White with #12493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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