Html Css Color HEX #12403A Deep Teal

📋 copy color: '#12403A'

red 18 ◦ green 64 ◦ blue 58

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

Shades of Deep Teal #12403A

Tints of Deep Teal #12403A

RGB

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

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

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

R = 12.86%
G = 45.71%
B = 41.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#12403A (or 0x12403A) is known color: Deep Teal. HEX triplet: 12, 40 and 3A. RGB value is (18,64,58). Sum of RGB (Red+Green+Blue) = 18+64+58=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #12403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12403A is #EDBFC5. Grayscale: #313131. Windows color (decimal): -15581126 or 3817490. OLE color: 3817490.

HSL color Cylindrical-coordinate representation of color #12403A: hue angle of 172.17º 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 #12403A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 58 -
CMYK 0.72 0 0.09 0.75
HSL 172.17º 0.56% 0.16% -
HSV(B) 172.17º 0.72% 0.25% -
XYZ 2.85 4.1 4.64 -
YUV 49.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 18 64 58 0.72 0 0.09 0.75 172.17 0.56 0.16
Hex 12 40 3A 48 0 9 4B AC 38 10
Octal 22 100 72 110 0 11 113 254 70 20
Binary 10010 1000000 111010 1001000 0 1001 1001011 10101100 111000 10000

Color Harmonies of #12403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12403A

Black with #12403A

Text Example


Text Example

White with #12403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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