Html Css Color HEX #12443A Deep Teal

📋 copy color: '#12443A'

red 18 ◦ green 68 ◦ blue 58

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

Shades of Deep Teal #12443A

Tints of Deep Teal #12443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.28%

R = 12.5%
G = 47.22%
B = 40.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#12443A (or 0x12443A) is known color: Deep Teal. HEX triplet: 12, 44 and 3A. RGB value is (18,68,58). Sum of RGB (Red+Green+Blue) = 18+68+58=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #12443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443A is #EDBBC5. Grayscale: #333333. Windows color (decimal): -15580102 or 3818514. OLE color: 3818514.

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

Color convert

RGB 18 68 58 -
CMYK 0.74 0 0.15 0.73
HSL 168º 0.58% 0.17% -
HSV(B) 168º 0.74% 0.27% -
XYZ 3.08 4.57 4.72 -
YUV 51.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 18 68 58 0.74 0 0.15 0.73 168 0.58 0.17
Hex 12 44 3A 4A 0 F 49 A8 3A 11
Octal 22 104 72 112 0 17 111 250 72 21
Binary 10010 1000100 111010 1001010 0 1111 1001001 10101000 111010 10001

Color Harmonies of #12443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12443A

Black with #12443A

Text Example


Text Example

White with #12443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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