Html Css Color HEX #145342 Deep Teal

📋 copy color: '#145342'

red 20 ◦ green 83 ◦ blue 66

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

Shades of Deep Teal #145342

Tints of Deep Teal #145342

RGB

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

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

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

R = 11.83%
G = 49.11%
B = 39.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#145342 (or 0x145342) is known color: Deep Teal. HEX triplet: 14, 53 and 42. RGB value is (20,83,66). Sum of RGB (Red+Green+Blue) = 20+83+66=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #145342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145342 is #EBACBD. Grayscale: #3E3E3E. Windows color (decimal): -15445182 or 4346644. OLE color: 4346644.

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

Color convert

RGB 20 83 66 -
CMYK 0.76 0 0.20 0.67
HSL 163.81º 0.61% 0.2% -
HSV(B) 163.81º 0.76% 0.33% -
XYZ 4.37 6.73 6.22 -
YUV 62.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 20 83 66 0.76 0 0.20 0.67 163.81 0.61 0.2
Hex 14 53 42 4C 0 14 43 A4 3D 14
Octal 24 123 102 114 0 24 103 244 75 24
Binary 10100 1010011 1000010 1001100 0 10100 1000011 10100100 111101 10100

Color Harmonies of #145342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145342

Black with #145342

Text Example


Text Example

White with #145342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145342; }

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

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

background-color css

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

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

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

border-color css

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

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

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