Html Css Color HEX #12483F Deep Teal

📋 copy color: '#12483F'

red 18 ◦ green 72 ◦ blue 63

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

Shades of Deep Teal #12483F

Tints of Deep Teal #12483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

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

R = 11.76%
G = 47.06%
B = 41.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#12483F (or 0x12483F) is known color: Deep Teal. HEX triplet: 12, 48 and 3F. RGB value is (18,72,63). Sum of RGB (Red+Green+Blue) = 18+72+63=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #12483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12483F is #EDB7C0. Grayscale: #363636. Windows color (decimal): -15579073 or 4147218. OLE color: 4147218.

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

Color convert

RGB 18 72 63 -
CMYK 0.75 0 0.12 0.72
HSL 170º 0.6% 0.18% -
HSV(B) 170º 0.75% 0.28% -
XYZ 3.46 5.12 5.51 -
YUV 54.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 18 72 63 0.75 0 0.12 0.72 170 0.6 0.18
Hex 12 48 3F 4B 0 C 48 AA 3C 12
Octal 22 110 77 113 0 14 110 252 74 22
Binary 10010 1001000 111111 1001011 0 1100 1001000 10101010 111100 10010

Color Harmonies of #12483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12483F

Black with #12483F

Text Example


Text Example

White with #12483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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