Html Css Color HEX #144038 Deep Teal

📋 copy color: '#144038'

red 20 ◦ green 64 ◦ blue 56

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

Shades of Deep Teal #144038

Tints of Deep Teal #144038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

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

R = 14.29%
G = 45.71%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#144038 (or 0x144038) is known color: Deep Teal. HEX triplet: 14, 40 and 38. RGB value is (20,64,56). Sum of RGB (Red+Green+Blue) = 20+64+56=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #144038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144038 is #EBBFC7. Grayscale: #313131. Windows color (decimal): -15450056 or 3686420. OLE color: 3686420.

HSL color Cylindrical-coordinate representation of color #144038: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144038 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 56 -
CMYK 0.69 0 0.13 0.75
HSL 169.09º 0.52% 0.16% -
HSV(B) 169.09º 0.69% 0.25% -
XYZ 2.84 4.1 4.38 -
YUV 49.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 20 64 56 0.69 0 0.13 0.75 169.09 0.52 0.16
Hex 14 40 38 45 0 D 4B A9 34 10
Octal 24 100 70 105 0 15 113 251 64 20
Binary 10100 1000000 111000 1000101 0 1101 1001011 10101001 110100 10000

Color Harmonies of #144038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144038

Black with #144038

Text Example


Text Example

White with #144038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144038; }

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

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

background-color css

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

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

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

border-color css

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

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

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