Html Css Color HEX #145045 Deep Teal

📋 copy color: '#145045'

red 20 ◦ green 80 ◦ blue 69

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

Shades of Deep Teal #145045

Tints of Deep Teal #145045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 11.83%
G = 47.34%
B = 40.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#145045 (or 0x145045) is known color: Deep Teal. HEX triplet: 14, 50 and 45. RGB value is (20,80,69). Sum of RGB (Red+Green+Blue) = 20+80+69=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #145045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145045 is #EBAFBA. Grayscale: #3C3C3C. Windows color (decimal): -15445947 or 4542484. OLE color: 4542484.

HSL color Cylindrical-coordinate representation of color #145045: hue angle of 169º 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 #145045 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 69 -
CMYK 0.75 0 0.14 0.69
HSL 169º 0.6% 0.2% -
HSV(B) 169º 0.75% 0.31% -
XYZ 4.23 6.32 6.63 -
YUV 60.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 20 80 69 0.75 0 0.14 0.69 169 0.6 0.2
Hex 14 50 45 4B 0 E 45 A9 3C 14
Octal 24 120 105 113 0 16 105 251 74 24
Binary 10100 1010000 1000101 1001011 0 1110 1000101 10101001 111100 10100

Color Harmonies of #145045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145045

Black with #145045

Text Example


Text Example

White with #145045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145045; }

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

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

background-color css

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

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

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

border-color css

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

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

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