Html Css Color HEX #12473F Deep Teal

📋 copy color: '#12473F'

red 18 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #12473F

Tints of Deep Teal #12473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.45%

R = 11.84%
G = 46.71%
B = 41.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#12473F (or 0x12473F) is known color: Deep Teal. HEX triplet: 12, 47 and 3F. RGB value is (18,71,63). Sum of RGB (Red+Green+Blue) = 18+71+63=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #12473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12473F is #EDB8C0. Grayscale: #363636. Windows color (decimal): -15579329 or 4146962. OLE color: 4146962.

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

Color convert

RGB 18 71 63 -
CMYK 0.75 0 0.11 0.72
HSL 170.94º 0.6% 0.17% -
HSV(B) 170.94º 0.75% 0.28% -
XYZ 3.4 4.99 5.49 -
YUV 54.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 18 71 63 0.75 0 0.11 0.72 170.94 0.6 0.17
Hex 12 47 3F 4B 0 B 48 AB 3C 11
Octal 22 107 77 113 0 13 110 253 74 21
Binary 10010 1000111 111111 1001011 0 1011 1001000 10101011 111100 10001

Color Harmonies of #12473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12473F

Black with #12473F

Text Example


Text Example

White with #12473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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