#155D6F

Color #155D6F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #155D6F

Tints of Allports #155D6F

Color information

#155D6F (or 0x155D6F) is unknown color: approx Allports. HEX triplet: 15, 5D and 6F. RGB value is (21,93,111). Sum of RGB (Red+Green+Blue) = 21+93+111=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #155D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D6F is #EAA290. Grayscale: #494949. Windows color (decimal): -15377041 or 7298325. OLE color: 7298325.

HSL color Cylindrical-coordinate representation of color #155D6F: hue angle of 192º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155D6F is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2193111-
CMYK0.810.1600.56
HSL192º68.18%25.88%-
HSV(B)192º81.08%43.53%-
XYZ7.099.1416.43-
YUV73.52149.1590.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=9.33%
G=41.33%
B=49.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21931110.810.1600.5619268.1825.88
Hex155D6F5110038c0441a
Octal251351571212007030010432
Binary1010110111011101111101000110000011100011000000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155D6F; }

 p { color: rgb(21,93,111); }

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

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

 a { background-color: rgb(21,93,111); }

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

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

 span { border-color: rgb(21,93,111); }

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