#155645

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

Shades of Deep Teal #155645

Tints of Deep Teal #155645

Color information

#155645 (or 0x155645) is unknown color: approx Deep Teal. HEX triplet: 15, 56 and 45. RGB value is (21,86,69). Sum of RGB (Red+Green+Blue) = 21+86+69=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #155645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155645 is #EAA9BA. Grayscale: #404040. Windows color (decimal): -15378875 or 4544021. OLE color: 4544021.

HSL color Cylindrical-coordinate representation of color #155645: hue angle of 164.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155645 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB218669-
CMYK0.7600.200.66
HSL164.31º60.75%20.98%-
HSV(B)164.31º75.58%33.73%-
XYZ4.717.246.78-
YUV64.63130.4796.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=11.93%
G=48.86%
B=39.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186690.7600.200.66164.3160.7520.98
Hex1556454C01442a43d15
Octal251261051140241022447525
Binary1010110101101000101100110001010010000101010010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155645; }

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

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

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

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

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

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

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

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