Html Css Color HEX #14483F Deep Teal

📋 copy color: '#14483F'

red 20 ◦ green 72 ◦ blue 63

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

Shades of Deep Teal #14483F

Tints of Deep Teal #14483F

RGB

 RED value IS 20 (8.2% from 255) = 12.9%

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

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

R = 12.9%
G = 46.45%
B = 40.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#14483F (or 0x14483F) is known color: Deep Teal. HEX triplet: 14, 48 and 3F. RGB value is (20,72,63). Sum of RGB (Red+Green+Blue) = 20+72+63=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #14483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483F is #EBB7C0. Grayscale: #373737. Windows color (decimal): -15448001 or 4147220. OLE color: 4147220.

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

Color convert

RGB 20 72 63 -
CMYK 0.72 0 0.12 0.72
HSL 169.62º 0.57% 0.18% -
HSV(B) 169.62º 0.72% 0.28% -
XYZ 3.5 5.14 5.51 -
YUV 55.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 20 72 63 0.72 0 0.12 0.72 169.62 0.57 0.18
Hex 14 48 3F 48 0 C 48 AA 39 12
Octal 24 110 77 110 0 14 110 252 71 22
Binary 10100 1001000 111111 1001000 0 1100 1001000 10101010 111001 10010

Color Harmonies of #14483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14483F

Black with #14483F

Text Example


Text Example

White with #14483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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