Html Css Color HEX #14453E Deep Teal

📋 copy color: '#14453E'

red 20 ◦ green 69 ◦ blue 62

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

Shades of Deep Teal #14453E

Tints of Deep Teal #14453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 13.25%
G = 45.7%
B = 41.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#14453E (or 0x14453E) is known color: Deep Teal. HEX triplet: 14, 45 and 3E. RGB value is (20,69,62). Sum of RGB (Red+Green+Blue) = 20+69+62=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #14453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14453E is #EBBAC1. Grayscale: #353535. Windows color (decimal): -15448770 or 4080916. OLE color: 4080916.

HSL color Cylindrical-coordinate representation of color #14453E: hue angle of 171.43º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14453E is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 69 62 -
CMYK 0.71 0 0.10 0.73
HSL 171.43º 0.55% 0.17% -
HSV(B) 171.43º 0.71% 0.27% -
XYZ 3.29 4.75 5.3 -
YUV 53.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 20 69 62 0.71 0 0.10 0.73 171.43 0.55 0.17
Hex 14 45 3E 47 0 A 49 AB 37 11
Octal 24 105 76 107 0 12 111 253 67 21
Binary 10100 1000101 111110 1000111 0 1010 1001001 10101011 110111 10001

Color Harmonies of #14453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14453E

Black with #14453E

Text Example


Text Example

White with #14453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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