Html Css Color HEX #12423C Deep Teal

📋 copy color: '#12423C'

red 18 ◦ green 66 ◦ blue 60

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

Shades of Deep Teal #12423C

Tints of Deep Teal #12423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 12.5%
G = 45.83%
B = 41.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#12423C (or 0x12423C) is known color: Deep Teal. HEX triplet: 12, 42 and 3C. RGB value is (18,66,60). Sum of RGB (Red+Green+Blue) = 18+66+60=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #12423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423C is #EDBDC3. Grayscale: #323232. Windows color (decimal): -15580612 or 3949074. OLE color: 3949074.

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

Color convert

RGB 18 66 60 -
CMYK 0.73 0 0.09 0.74
HSL 172.5º 0.57% 0.16% -
HSV(B) 172.5º 0.73% 0.26% -
XYZ 3.01 4.35 4.96 -
YUV 50.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 18 66 60 0.73 0 0.09 0.74 172.5 0.57 0.16
Hex 12 42 3C 49 0 9 4A AC 39 10
Octal 22 102 74 111 0 11 112 254 71 20
Binary 10010 1000010 111100 1001001 0 1001 1001010 10101100 111001 10000

Color Harmonies of #12423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12423C

Black with #12423C

Text Example


Text Example

White with #12423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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