Html Css Color HEX #145445 Deep Teal

📋 copy color: '#145445'

red 20 ◦ green 84 ◦ blue 69

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

Shades of Deep Teal #145445

Tints of Deep Teal #145445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

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

R = 11.56%
G = 48.55%
B = 39.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#145445 (or 0x145445) is known color: Deep Teal. HEX triplet: 14, 54 and 45. RGB value is (20,84,69). Sum of RGB (Red+Green+Blue) = 20+84+69=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #145445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145445 is #EBABBA. Grayscale: #3F3F3F. Windows color (decimal): -15444923 or 4543508. OLE color: 4543508.

HSL color Cylindrical-coordinate representation of color #145445: hue angle of 165.94º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145445 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 69 -
CMYK 0.76 0 0.18 0.67
HSL 165.94º 0.62% 0.2% -
HSV(B) 165.94º 0.76% 0.33% -
XYZ 4.53 6.92 6.73 -
YUV 63.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 20 84 69 0.76 0 0.18 0.67 165.94 0.62 0.2
Hex 14 54 45 4C 0 12 43 A6 3E 14
Octal 24 124 105 114 0 22 103 246 76 24
Binary 10100 1010100 1000101 1001100 0 10010 1000011 10100110 111110 10100

Color Harmonies of #145445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145445

Black with #145445

Text Example


Text Example

White with #145445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145445; }

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

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

background-color css

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

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

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

border-color css

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

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

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