Html Css Color HEX #12473C Deep Teal

📋 copy color: '#12473C'

red 18 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #12473C

Tints of Deep Teal #12473C

RGB

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

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

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

R = 12.08%
G = 47.65%
B = 40.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#12473C (or 0x12473C) is known color: Deep Teal. HEX triplet: 12, 47 and 3C. RGB value is (18,71,60). Sum of RGB (Red+Green+Blue) = 18+71+60=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #12473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12473C is #EDB8C3. Grayscale: #353535. Windows color (decimal): -15579332 or 3950354. OLE color: 3950354.

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

Color convert

RGB 18 71 60 -
CMYK 0.75 0 0.15 0.72
HSL 167.55º 0.6% 0.17% -
HSV(B) 167.55º 0.75% 0.28% -
XYZ 3.32 4.96 5.06 -
YUV 53.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 18 71 60 0.75 0 0.15 0.72 167.55 0.6 0.17
Hex 12 47 3C 4B 0 F 48 A8 3C 11
Octal 22 107 74 113 0 17 110 250 74 21
Binary 10010 1000111 111100 1001011 0 1111 1001000 10101000 111100 10001

Color Harmonies of #12473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12473C

Black with #12473C

Text Example


Text Example

White with #12473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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