Html Css Color HEX #14483A Deep Teal

📋 copy color: '#14483A'

red 20 ◦ green 72 ◦ blue 58

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

Shades of Deep Teal #14483A

Tints of Deep Teal #14483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 13.33%
G = 48%
B = 38.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#14483A (or 0x14483A) is known color: Deep Teal. HEX triplet: 14, 48 and 3A. RGB value is (20,72,58). Sum of RGB (Red+Green+Blue) = 20+72+58=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #14483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14483A is #EBB7C5. Grayscale: #363636. Windows color (decimal): -15448006 or 3819540. OLE color: 3819540.

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

Color convert

RGB 20 72 58 -
CMYK 0.72 0 0.19 0.72
HSL 163.85º 0.57% 0.18% -
HSV(B) 163.85º 0.72% 0.28% -
XYZ 3.37 5.09 4.81 -
YUV 54.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 20 72 58 0.72 0 0.19 0.72 163.85 0.57 0.18
Hex 14 48 3A 48 0 13 48 A4 39 12
Octal 24 110 72 110 0 23 110 244 71 22
Binary 10100 1001000 111010 1001000 0 10011 1001000 10100100 111001 10010

Color Harmonies of #14483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14483A

Black with #14483A

Text Example


Text Example

White with #14483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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