#144238

Color #144238 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #144238

Tints of Deep Teal #144238

Color information

#144238 (or 0x144238) is unknown color: approx 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

RGB206656-
CMYK0.7000.150.74
HSL166.96º53.49%16.86%-
HSV(B)166.96º69.7%25.88%-
XYZ2.954.334.42-
YUV51.11130.76105.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066560.7000.150.74166.9653.4916.86
Hex144238460F4Aa73511
Octal24102701060171122476521
Binary10100100001011100010001100111110010101010011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>