Html Css Color HEX #14483C Deep Teal

📋 copy color: '#14483C'

red 20 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #14483C

Tints of Deep Teal #14483C

RGB

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

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

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

R = 13.16%
G = 47.37%
B = 39.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#14483C (or 0x14483C) is known color: Deep Teal. HEX triplet: 14, 48 and 3C. RGB value is (20,72,60). Sum of RGB (Red+Green+Blue) = 20+72+60=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #14483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483C is #EBB7C3. Grayscale: #373737. Windows color (decimal): -15448004 or 3950612. OLE color: 3950612.

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

Color convert

RGB 20 72 60 -
CMYK 0.72 0 0.17 0.72
HSL 166.15º 0.57% 0.18% -
HSV(B) 166.15º 0.72% 0.28% -
XYZ 3.42 5.11 5.08 -
YUV 55.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 20 72 60 0.72 0 0.17 0.72 166.15 0.57 0.18
Hex 14 48 3C 48 0 11 48 A6 39 12
Octal 24 110 74 110 0 21 110 246 71 22
Binary 10100 1001000 111100 1001000 0 10001 1001000 10100110 111001 10010

Color Harmonies of #14483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14483C

Black with #14483C

Text Example


Text Example

White with #14483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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