Html Css Color HEX #12423B Deep Teal

📋 copy color: '#12423B'

red 18 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #12423B

Tints of Deep Teal #12423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.15%

 BLUE value IS 59 (23.44% from 255) = 41.26%

R = 12.59%
G = 46.15%
B = 41.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#12423B (or 0x12423B) is known color: Deep Teal. HEX triplet: 12, 42 and 3B. RGB value is (18,66,59). Sum of RGB (Red+Green+Blue) = 18+66+59=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #12423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423B is #EDBDC4. Grayscale: #323232. Windows color (decimal): -15580613 or 3883538. OLE color: 3883538.

HSL color Cylindrical-coordinate representation of color #12423B: hue angle of 171.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12423B is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 59 -
CMYK 0.73 0 0.11 0.74
HSL 171.25º 0.57% 0.16% -
HSV(B) 171.25º 0.73% 0.26% -
XYZ 2.99 4.34 4.82 -
YUV 50.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 18 66 59 0.73 0 0.11 0.74 171.25 0.57 0.16
Hex 12 42 3B 49 0 B 4A AB 39 10
Octal 22 102 73 111 0 13 112 253 71 20
Binary 10010 1000010 111011 1001001 0 1011 1001010 10101011 111001 10000

Color Harmonies of #12423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12423B

Black with #12423B

Text Example


Text Example

White with #12423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12423B; }

 p { color: rgb(18,66,59); }

 H1.HeaderClassName
 {
   color: #12423B;
 }
 .AnyTagClassName
 {
   color: #12423B;
 }
</style>

background-color css

<style>
 a { background-color: #12423B; }

 a { background-color: rgb(18,66,59); }

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

border-color css

<style>
 span { border-color: #12423B; }

 span { border-color: rgb(18,66,59); }

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