Html Css Color HEX #145041 Deep Teal

📋 copy color: '#145041'

red 20 ◦ green 80 ◦ blue 65

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

Shades of Deep Teal #145041

Tints of Deep Teal #145041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 12.12%
G = 48.48%
B = 39.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#145041 (or 0x145041) is known color: Deep Teal. HEX triplet: 14, 50 and 41. RGB value is (20,80,65). Sum of RGB (Red+Green+Blue) = 20+80+65=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #145041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145041 is #EBAFBE. Grayscale: #3C3C3C. Windows color (decimal): -15445951 or 4280340. OLE color: 4280340.

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

Color convert

RGB 20 80 65 -
CMYK 0.75 0 0.19 0.69
HSL 165º 0.6% 0.2% -
HSV(B) 165º 0.75% 0.31% -
XYZ 4.11 6.27 5.99 -
YUV 60.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 20 80 65 0.75 0 0.19 0.69 165 0.6 0.2
Hex 14 50 41 4B 0 13 45 A5 3C 14
Octal 24 120 101 113 0 23 105 245 74 24
Binary 10100 1010000 1000001 1001011 0 10011 1000101 10100101 111100 10100

Color Harmonies of #145041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145041

Black with #145041

Text Example


Text Example

White with #145041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145041; }

 p { color: rgb(20,80,65); }

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

background-color css

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

 a { background-color: rgb(20,80,65); }

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

border-color css

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

 span { border-color: rgb(20,80,65); }

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