#155E76

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

Shades of Allports #155E76

Tints of Allports #155E76

Color information

#155E76 (or 0x155E76) is unknown color: approx Allports. HEX triplet: 15, 5E and 76. RGB value is (21,94,118). Sum of RGB (Red+Green+Blue) = 21+94+118=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #155E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E76 is #EAA189. Grayscale: #4A4A4A. Windows color (decimal): -15376778 or 7757333. OLE color: 7757333.

HSL color Cylindrical-coordinate representation of color #155E76: hue angle of 194.85º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155E76 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2194118-
CMYK0.820.2000.54
HSL194.85º69.78%27.25%-
HSV(B)194.85º82.2%46.27%-
XYZ7.589.4718.57-
YUV74.91152.3289.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=9.01%
G=40.34%
B=50.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21941180.820.2000.54194.8569.7827.25
Hex155E765214036c3461b
Octal251361661222406630310633
Binary1010110111101110110101001010100011011011000011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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