#145542

Color #145542 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #145542

Tints of Deep Teal #145542

Color information

#145542 (or 0x145542) is unknown color: approx Deep Teal. HEX triplet: 14, 55 and 42. RGB value is (20,85,66). Sum of RGB (Red+Green+Blue) = 20+85+66=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #145542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145542 is #EBAABD. Grayscale: #3F3F3F. Windows color (decimal): -15444670 or 4347156. OLE color: 4347156.

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

Color convert

RGB208566-
CMYK0.7600.220.67
HSL162.46º61.9%20.59%-
HSV(B)162.46º76.47%33.33%-
XYZ4.527.046.27-
YUV63.4129.4797.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=11.70%
G=49.71%
B=38.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085660.7600.220.67162.4661.920.59
Hex1455424C01643a23e15
Octal241251021140261032427625
Binary1010010101011000010100110001011010000111010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145542; }

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

 H1.HeaderClassName
 {
   color: #145542;
 }
 .AnyTagClassName
 {
   color: #145542;
 }
</style>
background-color css

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

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

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

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

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

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