Html Css Color HEX #12443E Deep Teal

📋 copy color: '#12443E'

red 18 ◦ green 68 ◦ blue 62

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

Shades of Deep Teal #12443E

Tints of Deep Teal #12443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.95%

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

R = 12.16%
G = 45.95%
B = 41.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#12443E (or 0x12443E) is known color: Deep Teal. HEX triplet: 12, 44 and 3E. RGB value is (18,68,62). Sum of RGB (Red+Green+Blue) = 18+68+62=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #12443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443E is #EDBBC1. Grayscale: #343434. Windows color (decimal): -15580098 or 4080658. OLE color: 4080658.

HSL color Cylindrical-coordinate representation of color #12443E: hue angle of 172.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12443E is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 62 -
CMYK 0.74 0 0.09 0.73
HSL 172.8º 0.58% 0.17% -
HSV(B) 172.8º 0.74% 0.27% -
XYZ 3.19 4.61 5.28 -
YUV 52.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 18 68 62 0.74 0 0.09 0.73 172.8 0.58 0.17
Hex 12 44 3E 4A 0 9 49 AD 3A 11
Octal 22 104 76 112 0 11 111 255 72 21
Binary 10010 1000100 111110 1001010 0 1001 1001001 10101101 111010 10001

Color Harmonies of #12443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12443E

Black with #12443E

Text Example


Text Example

White with #12443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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