Html Css Color HEX #14483E Deep Teal

📋 copy color: '#14483E'

red 20 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #14483E

Tints of Deep Teal #14483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 12.99%
G = 46.75%
B = 40.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#14483E (or 0x14483E) is known color: Deep Teal. HEX triplet: 14, 48 and 3E. RGB value is (20,72,62). Sum of RGB (Red+Green+Blue) = 20+72+62=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #14483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483E is #EBB7C1. Grayscale: #373737. Windows color (decimal): -15448002 or 4081684. OLE color: 4081684.

HSL color Cylindrical-coordinate representation of color #14483E: hue angle of 168.46º 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 #14483E is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 62 -
CMYK 0.72 0 0.14 0.72
HSL 168.46º 0.57% 0.18% -
HSV(B) 168.46º 0.72% 0.28% -
XYZ 3.48 5.13 5.36 -
YUV 55.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 20 72 62 0.72 0 0.14 0.72 168.46 0.57 0.18
Hex 14 48 3E 48 0 E 48 A8 39 12
Octal 24 110 76 110 0 16 110 250 71 22
Binary 10100 1001000 111110 1001000 0 1110 1001000 10101000 111001 10010

Color Harmonies of #14483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14483E

Black with #14483E

Text Example


Text Example

White with #14483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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