Html Css Color HEX #12473D Deep Teal

📋 copy color: '#12473D'

red 18 ◦ green 71 ◦ blue 61

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

Shades of Deep Teal #12473D

Tints of Deep Teal #12473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.33%

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 12%
G = 47.33%
B = 40.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#12473D (or 0x12473D) is known color: Deep Teal. HEX triplet: 12, 47 and 3D. RGB value is (18,71,61). Sum of RGB (Red+Green+Blue) = 18+71+61=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #12473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12473D is #EDB8C2. Grayscale: #363636. Windows color (decimal): -15579331 or 4015890. OLE color: 4015890.

HSL color Cylindrical-coordinate representation of color #12473D: hue angle of 168.68º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12473D is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 61 -
CMYK 0.75 0 0.14 0.72
HSL 168.68º 0.6% 0.17% -
HSV(B) 168.68º 0.75% 0.28% -
XYZ 3.34 4.97 5.2 -
YUV 54.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 18 71 61 0.75 0 0.14 0.72 168.68 0.6 0.17
Hex 12 47 3D 4B 0 E 48 A9 3C 11
Octal 22 107 75 113 0 16 110 251 74 21
Binary 10010 1000111 111101 1001011 0 1110 1001000 10101001 111100 10001

Color Harmonies of #12473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12473D

Black with #12473D

Text Example


Text Example

White with #12473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12473D; }

 p { color: rgb(18,71,61); }

 H1.HeaderClassName
 {
   color: #12473D;
 }
 .AnyTagClassName
 {
   color: #12473D;
 }
</style>

background-color css

<style>
 a { background-color: #12473D; }

 a { background-color: rgb(18,71,61); }

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

border-color css

<style>
 span { border-color: #12473D; }

 span { border-color: rgb(18,71,61); }

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