Html Css Color HEX #12413A Deep Teal

📋 copy color: '#12413A'

red 18 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #12413A

Tints of Deep Teal #12413A

RGB

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

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

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

R = 12.77%
G = 46.1%
B = 41.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#12413A (or 0x12413A) is known color: Deep Teal. HEX triplet: 12, 41 and 3A. RGB value is (18,65,58). Sum of RGB (Red+Green+Blue) = 18+65+58=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #12413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12413A is #EDBEC5. Grayscale: #323232. Windows color (decimal): -15580870 or 3817746. OLE color: 3817746.

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

Color convert

RGB 18 65 58 -
CMYK 0.72 0 0.11 0.75
HSL 171.06º 0.57% 0.16% -
HSV(B) 171.06º 0.72% 0.25% -
XYZ 2.9 4.21 4.66 -
YUV 50.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 18 65 58 0.72 0 0.11 0.75 171.06 0.57 0.16
Hex 12 41 3A 48 0 B 4B AB 39 10
Octal 22 101 72 110 0 13 113 253 71 20
Binary 10010 1000001 111010 1001000 0 1011 1001011 10101011 111001 10000

Color Harmonies of #12413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12413A

Black with #12413A

Text Example


Text Example

White with #12413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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