#155341

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

Shades of Deep Teal #155341

Tints of Deep Teal #155341

Color information

#155341 (or 0x155341) is unknown color: approx Deep Teal. HEX triplet: 15, 53 and 41. RGB value is (21,83,65). Sum of RGB (Red+Green+Blue) = 21+83+65=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #155341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155341 is #EAACBE. Grayscale: #3E3E3E. Windows color (decimal): -15379647 or 4281109. OLE color: 4281109.

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

Color convert

RGB218365-
CMYK0.7500.220.67
HSL162.58º59.62%20.39%-
HSV(B)162.58º74.7%32.55%-
XYZ4.366.736.07-
YUV62.41129.4698.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=12.43%
G=49.11%
B=38.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183650.7500.220.67162.5859.6220.39
Hex1553414B01643a33c14
Octal251231011130261032437424
Binary1010110100111000001100101101011010000111010001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155341; }

 p { color: rgb(21,83,65); }

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

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

 a { background-color: rgb(21,83,65); }

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

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

 span { border-color: rgb(21,83,65); }

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