Html Css Color HEX #12413C Deep Teal

📋 copy color: '#12413C'

red 18 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #12413C

Tints of Deep Teal #12413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 12.59%
G = 45.45%
B = 41.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#12413C (or 0x12413C) is known color: Deep Teal. HEX triplet: 12, 41 and 3C. RGB value is (18,65,60). Sum of RGB (Red+Green+Blue) = 18+65+60=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #12413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12413C is #EDBEC3. Grayscale: #323232. Windows color (decimal): -15580868 or 3948818. OLE color: 3948818.

HSL color Cylindrical-coordinate representation of color #12413C: hue angle of 173.62º degrees, saturation: 0.57, 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 #12413C is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 60 -
CMYK 0.72 0 0.08 0.75
HSL 173.62º 0.57% 0.16% -
HSV(B) 173.62º 0.72% 0.25% -
XYZ 2.96 4.24 4.94 -
YUV 50.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 18 65 60 0.72 0 0.08 0.75 173.62 0.57 0.16
Hex 12 41 3C 48 0 8 4B AE 39 10
Octal 22 101 74 110 0 10 113 256 71 20
Binary 10010 1000001 111100 1001000 0 1000 1001011 10101110 111001 10000

Color Harmonies of #12413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12413C

Black with #12413C

Text Example


Text Example

White with #12413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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