#155E80

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

Shades of Allports #155E80

Tints of Allports #155E80

Color information

#155E80 (or 0x155E80) is unknown color: approx Allports. HEX triplet: 15, 5E and 80. RGB value is (21,94,128). Sum of RGB (Red+Green+Blue) = 21+94+128=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #155E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E80 is #EAA17F. Grayscale: #4B4B4B. Windows color (decimal): -15376768 or 8412693. OLE color: 8412693.

HSL color Cylindrical-coordinate representation of color #155E80: hue angle of 199.07º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155E80 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2194128-
CMYK0.840.2700.50
HSL199.07º71.81%29.22%-
HSV(B)199.07º83.59%50.2%-
XYZ8.219.7221.87-
YUV76.05157.3288.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=8.64%
G=38.68%
B=52.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21941280.840.2700.50199.0771.8129.22
Hex155E80541B032c7481d
Octal251362001243306230711035
Binary10101101111010000000101010011011011001011000111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,94,128); }

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

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

 a { background-color: rgb(21,94,128); }

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

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

 span { border-color: rgb(21,94,128); }

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