Html Css Color HEX #144638 Deep Teal

📋 copy color: '#144638'

red 20 ◦ green 70 ◦ blue 56

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

Shades of Deep Teal #144638

Tints of Deep Teal #144638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.95%

 BLUE value IS 56 (22.27% from 255) = 38.36%

R = 13.7%
G = 47.95%
B = 38.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#144638 (or 0x144638) is known color: Deep Teal. HEX triplet: 14, 46 and 38. RGB value is (20,70,56). Sum of RGB (Red+Green+Blue) = 20+70+56=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #144638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144638 is #EBB9C7. Grayscale: #353535. Windows color (decimal): -15448520 or 3687956. OLE color: 3687956.

HSL color Cylindrical-coordinate representation of color #144638: hue angle of 163.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144638 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 56 -
CMYK 0.71 0 0.20 0.73
HSL 163.2º 0.56% 0.18% -
HSV(B) 163.2º 0.71% 0.27% -
XYZ 3.19 4.81 4.5 -
YUV 53.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 20 70 56 0.71 0 0.20 0.73 163.2 0.56 0.18
Hex 14 46 38 47 0 14 49 A3 38 12
Octal 24 106 70 107 0 24 111 243 70 22
Binary 10100 1000110 111000 1000111 0 10100 1001001 10100011 111000 10010

Color Harmonies of #144638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144638

Black with #144638

Text Example


Text Example

White with #144638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144638; }

 p { color: rgb(20,70,56); }

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

background-color css

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

 a { background-color: rgb(20,70,56); }

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

border-color css

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

 span { border-color: rgb(20,70,56); }

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