Html Css Color HEX #12423A Deep Teal

📋 copy color: '#12423A'

red 18 ◦ green 66 ◦ blue 58

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

Shades of Deep Teal #12423A

Tints of Deep Teal #12423A

RGB

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

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

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

R = 12.68%
G = 46.48%
B = 40.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#12423A (or 0x12423A) is known color: Deep Teal. HEX triplet: 12, 42 and 3A. RGB value is (18,66,58). Sum of RGB (Red+Green+Blue) = 18+66+58=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #12423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423A is #EDBDC5. Grayscale: #323232. Windows color (decimal): -15580614 or 3818002. OLE color: 3818002.

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

Color convert

RGB 18 66 58 -
CMYK 0.73 0 0.12 0.74
HSL 170º 0.57% 0.16% -
HSV(B) 170º 0.73% 0.26% -
XYZ 2.96 4.33 4.68 -
YUV 50.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 18 66 58 0.73 0 0.12 0.74 170 0.57 0.16
Hex 12 42 3A 49 0 C 4A AA 39 10
Octal 22 102 72 111 0 14 112 252 71 20
Binary 10010 1000010 111010 1001001 0 1100 1001010 10101010 111001 10000

Color Harmonies of #12423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12423A

Black with #12423A

Text Example


Text Example

White with #12423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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