Html Css Color HEX #12403C Deep Teal

📋 copy color: '#12403C'

red 18 ◦ green 64 ◦ blue 60

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

Shades of Deep Teal #12403C

Tints of Deep Teal #12403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

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

R = 12.68%
G = 45.07%
B = 42.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#12403C (or 0x12403C) is known color: Deep Teal. HEX triplet: 12, 40 and 3C. RGB value is (18,64,60). Sum of RGB (Red+Green+Blue) = 18+64+60=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #12403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12403C is #EDBFC3. Grayscale: #313131. Windows color (decimal): -15581124 or 3948562. OLE color: 3948562.

HSL color Cylindrical-coordinate representation of color #12403C: hue angle of 174.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12403C is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 60 -
CMYK 0.72 0 0.06 0.75
HSL 174.78º 0.56% 0.16% -
HSV(B) 174.78º 0.72% 0.25% -
XYZ 2.9 4.12 4.92 -
YUV 49.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 18 64 60 0.72 0 0.06 0.75 174.78 0.56 0.16
Hex 12 40 3C 48 0 6 4B AF 38 10
Octal 22 100 74 110 0 6 113 257 70 20
Binary 10010 1000000 111100 1001000 0 110 1001011 10101111 111000 10000

Color Harmonies of #12403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12403C

Black with #12403C

Text Example


Text Example

White with #12403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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