#145545

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

Shades of Deep Teal #145545

Tints of Deep Teal #145545

Color information

#145545 (or 0x145545) is unknown color: approx Deep Teal. HEX triplet: 14, 55 and 45. RGB value is (20,85,69). Sum of RGB (Red+Green+Blue) = 20+85+69=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #145545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145545 is #EBAABA. Grayscale: #3F3F3F. Windows color (decimal): -15444667 or 4543764. OLE color: 4543764.

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

Color convert

RGB208569-
CMYK0.7600.190.67
HSL165.23º61.9%20.59%-
HSV(B)165.23º76.47%33.33%-
XYZ4.617.086.75-
YUV63.74130.9796.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=11.49%
G=48.85%
B=39.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085690.7600.190.67165.2361.920.59
Hex1455454C01343a53e15
Octal241251051140231032457625
Binary1010010101011000101100110001001110000111010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145545; }

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

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

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

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

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

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

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

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