Html Css Color HEX #145347 Deep Teal

📋 copy color: '#145347'

red 20 ◦ green 83 ◦ blue 71

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

Shades of Deep Teal #145347

Tints of Deep Teal #145347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 11.49%
G = 47.7%
B = 40.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#145347 (or 0x145347) is known color: Deep Teal. HEX triplet: 14, 53 and 47. RGB value is (20,83,71). Sum of RGB (Red+Green+Blue) = 20+83+71=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #145347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145347 is #EBACB8. Grayscale: #3E3E3E. Windows color (decimal): -15445177 or 4674324. OLE color: 4674324.

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

Color convert

RGB 20 83 71 -
CMYK 0.76 0 0.14 0.67
HSL 168.57º 0.61% 0.2% -
HSV(B) 168.57º 0.76% 0.33% -
XYZ 4.52 6.79 7.03 -
YUV 62.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 20 83 71 0.76 0 0.14 0.67 168.57 0.61 0.2
Hex 14 53 47 4C 0 E 43 A9 3D 14
Octal 24 123 107 114 0 16 103 251 75 24
Binary 10100 1010011 1000111 1001100 0 1110 1000011 10101001 111101 10100

Color Harmonies of #145347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145347

Black with #145347

Text Example


Text Example

White with #145347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145347; }

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

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

background-color css

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

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

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

border-color css

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

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

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