Html Css Color HEX #144239 Deep Teal

📋 copy color: '#144239'

red 20 ◦ green 66 ◦ blue 57

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

Shades of Deep Teal #144239

Tints of Deep Teal #144239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 13.99%
G = 46.15%
B = 39.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#144239 (or 0x144239) is known color: Deep Teal. HEX triplet: 14, 42 and 39. RGB value is (20,66,57). Sum of RGB (Red+Green+Blue) = 20+66+57=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #144239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144239 is #EBBDC6. Grayscale: #333333. Windows color (decimal): -15449543 or 3752468. OLE color: 3752468.

HSL color Cylindrical-coordinate representation of color #144239: hue angle of 168.26º 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 #144239 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 57 -
CMYK 0.70 0 0.14 0.74
HSL 168.26º 0.53% 0.17% -
HSV(B) 168.26º 0.7% 0.26% -
XYZ 2.98 4.34 4.55 -
YUV 51.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 20 66 57 0.70 0 0.14 0.74 168.26 0.53 0.17
Hex 14 42 39 46 0 E 4A A8 35 11
Octal 24 102 71 106 0 16 112 250 65 21
Binary 10100 1000010 111001 1000110 0 1110 1001010 10101000 110101 10001

Color Harmonies of #144239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144239

Black with #144239

Text Example


Text Example

White with #144239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144239; }

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

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

background-color css

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

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

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

border-color css

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

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

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