Html Css Color HEX #145447 Deep Teal

📋 copy color: '#145447'

red 20 ◦ green 84 ◦ blue 71

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

Shades of Deep Teal #145447

Tints of Deep Teal #145447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 11.43%
G = 48%
B = 40.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#145447 (or 0x145447) is known color: Deep Teal. HEX triplet: 14, 54 and 47. RGB value is (20,84,71). Sum of RGB (Red+Green+Blue) = 20+84+71=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #145447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145447 is #EBABB8. Grayscale: #3F3F3F. Windows color (decimal): -15444921 or 4674580. OLE color: 4674580.

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

Color convert

RGB 20 84 71 -
CMYK 0.76 0 0.15 0.67
HSL 167.81º 0.62% 0.2% -
HSV(B) 167.81º 0.76% 0.33% -
XYZ 4.6 6.94 7.06 -
YUV 63.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 20 84 71 0.76 0 0.15 0.67 167.81 0.62 0.2
Hex 14 54 47 4C 0 F 43 A8 3E 14
Octal 24 124 107 114 0 17 103 250 76 24
Binary 10100 1010100 1000111 1001100 0 1111 1000011 10101000 111110 10100

Color Harmonies of #145447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145447

Black with #145447

Text Example


Text Example

White with #145447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145447; }

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

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

background-color css

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

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

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

border-color css

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

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

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