Html Css Color HEX #145140 Deep Teal

📋 copy color: '#145140'

red 20 ◦ green 81 ◦ blue 64

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

Shades of Deep Teal #145140

Tints of Deep Teal #145140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.09%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 12.12%
G = 49.09%
B = 38.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#145140 (or 0x145140) is known color: Deep Teal. HEX triplet: 14, 51 and 40. RGB value is (20,81,64). Sum of RGB (Red+Green+Blue) = 20+81+64=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #145140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145140 is #EBAEBF. Grayscale: #3C3C3C. Windows color (decimal): -15445696 or 4215060. OLE color: 4215060.

HSL color Cylindrical-coordinate representation of color #145140: hue angle of 163.28º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145140 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 64 -
CMYK 0.75 0 0.21 0.68
HSL 163.28º 0.6% 0.2% -
HSV(B) 163.28º 0.75% 0.32% -
XYZ 4.16 6.4 5.87 -
YUV 60.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 20 81 64 0.75 0 0.21 0.68 163.28 0.6 0.2
Hex 14 51 40 4B 0 15 44 A3 3C 14
Octal 24 121 100 113 0 25 104 243 74 24
Binary 10100 1010001 1000000 1001011 0 10101 1000100 10100011 111100 10100

Color Harmonies of #145140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145140

Black with #145140

Text Example


Text Example

White with #145140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145140; }

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

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

background-color css

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

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

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

border-color css

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

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

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