Html Css Color HEX #145442 Deep Teal

📋 copy color: '#145442'

red 20 ◦ green 84 ◦ blue 66

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

Shades of Deep Teal #145442

Tints of Deep Teal #145442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 11.76%
G = 49.41%
B = 38.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#145442 (or 0x145442) is known color: Deep Teal. HEX triplet: 14, 54 and 42. RGB value is (20,84,66). Sum of RGB (Red+Green+Blue) = 20+84+66=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #145442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145442 is #EBABBD. Grayscale: #3E3E3E. Windows color (decimal): -15444926 or 4346900. OLE color: 4346900.

HSL color Cylindrical-coordinate representation of color #145442: hue angle of 163.12º 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 #145442 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 66 -
CMYK 0.76 0 0.21 0.67
HSL 163.13º 0.62% 0.2% -
HSV(B) 163.13º 0.76% 0.33% -
XYZ 4.44 6.88 6.25 -
YUV 62.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 20 84 66 0.76 0 0.21 0.67 163.13 0.62 0.2
Hex 14 54 42 4C 0 15 43 A3 3E 14
Octal 24 124 102 114 0 25 103 243 76 24
Binary 10100 1010100 1000010 1001100 0 10101 1000011 10100011 111110 10100

Color Harmonies of #145442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145442

Black with #145442

Text Example


Text Example

White with #145442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145442; }

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

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

background-color css

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

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

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

border-color css

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

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

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