Html Css Color HEX #144238 Deep Teal

📋 copy color: '#144238'

red 20 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #144238

Tints of Deep Teal #144238

RGB

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

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

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

R = 14.08%
G = 46.48%
B = 39.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#144238 (or 0x144238) is known color: Deep Teal. HEX triplet: 14, 42 and 38. RGB value is (20,66,56). Sum of RGB (Red+Green+Blue) = 20+66+56=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #144238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144238 is #EBBDC7. Grayscale: #333333. Windows color (decimal): -15449544 or 3686932. OLE color: 3686932.

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

Color convert

RGB 20 66 56 -
CMYK 0.70 0 0.15 0.74
HSL 166.96º 0.53% 0.17% -
HSV(B) 166.96º 0.7% 0.26% -
XYZ 2.95 4.33 4.42 -
YUV 51.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 20 66 56 0.70 0 0.15 0.74 166.96 0.53 0.17
Hex 14 42 38 46 0 F 4A A7 35 11
Octal 24 102 70 106 0 17 112 247 65 21
Binary 10100 1000010 111000 1000110 0 1111 1001010 10100111 110101 10001

Color Harmonies of #144238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144238

Black with #144238

Text Example


Text Example

White with #144238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144238; }

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

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

background-color css

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

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

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

border-color css

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

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

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