#155F6E

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

Shades of Allports #155F6E

Tints of Allports #155F6E

Color information

#155F6E (or 0x155F6E) is unknown color: approx Allports. HEX triplet: 15, 5F and 6E. RGB value is (21,95,110). Sum of RGB (Red+Green+Blue) = 21+95+110=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #155F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F6E is #EAA091. Grayscale: #4A4A4A. Windows color (decimal): -15376530 or 7233301. OLE color: 7233301.

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

Color convert

RGB2195110-
CMYK0.810.1400.57
HSL190.11º67.94%25.69%-
HSV(B)190.11º80.91%43.14%-
XYZ7.229.4716.2-
YUV74.58147.9889.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 95 (37.5% from 255) = 42.04%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=9.29%
G=42.04%
B=48.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21951100.810.1400.57190.1167.9425.69
Hex155F6E51E039be441a
Octal251371561211607127610432
Binary101011011111110111010100011110011100110111110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,95,110); }

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

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

 a { background-color: rgb(21,95,110); }

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

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

 span { border-color: rgb(21,95,110); }

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