#155345

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

Shades of Deep Teal #155345

Tints of Deep Teal #155345

Color information

#155345 (or 0x155345) is unknown color: approx Deep Teal. HEX triplet: 15, 53 and 45. RGB value is (21,83,69). Sum of RGB (Red+Green+Blue) = 21+83+69=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #155345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155345 is #EAACBA. Grayscale: #3E3E3E. Windows color (decimal): -15379643 or 4543253. OLE color: 4543253.

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

Color convert

RGB218369-
CMYK0.7500.170.67
HSL166.45º59.62%20.39%-
HSV(B)166.45º74.7%32.55%-
XYZ4.486.786.7-
YUV62.87131.4698.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=12.14%
G=47.98%
B=39.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183690.7500.170.67166.4559.6220.39
Hex1553454B01143a63c14
Octal251231051130211032467424
Binary1010110100111000101100101101000110000111010011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155345; }

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

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

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

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

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

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

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

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