Html Css Color HEX #144237 Deep Teal

📋 copy color: '#144237'

red 20 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #144237

Tints of Deep Teal #144237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

 BLUE value IS 55 (21.88% from 255) = 39.01%

R = 14.18%
G = 46.81%
B = 39.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#144237 (or 0x144237) is known color: Deep Teal. HEX triplet: 14, 42 and 37. RGB value is (20,66,55). Sum of RGB (Red+Green+Blue) = 20+66+55=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #144237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144237 is #EBBDC8. Grayscale: #323232. Windows color (decimal): -15449545 or 3621396. OLE color: 3621396.

HSL color Cylindrical-coordinate representation of color #144237: hue angle of 165.65º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144237 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 55 -
CMYK 0.70 0 0.17 0.74
HSL 165.65º 0.53% 0.17% -
HSV(B) 165.65º 0.7% 0.26% -
XYZ 2.93 4.32 4.29 -
YUV 50.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 20 66 55 0.70 0 0.17 0.74 165.65 0.53 0.17
Hex 14 42 37 46 0 11 4A A6 35 11
Octal 24 102 67 106 0 21 112 246 65 21
Binary 10100 1000010 110111 1000110 0 10001 1001010 10100110 110101 10001

Color Harmonies of #144237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144237

Black with #144237

Text Example


Text Example

White with #144237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144237; }

 p { color: rgb(20,66,55); }

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

background-color css

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

 a { background-color: rgb(20,66,55); }

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

border-color css

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

 span { border-color: rgb(20,66,55); }

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