#155E72

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

Shades of Allports #155E72

Tints of Allports #155E72

Color information

#155E72 (or 0x155E72) is unknown color: approx Allports. HEX triplet: 15, 5E and 72. RGB value is (21,94,114). Sum of RGB (Red+Green+Blue) = 21+94+114=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #155E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E72 is #EAA18D. Grayscale: #4A4A4A. Windows color (decimal): -15376782 or 7495189. OLE color: 7495189.

HSL color Cylindrical-coordinate representation of color #155E72: hue angle of 192.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155E72 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2194114-
CMYK0.820.1800.55
HSL192.9º68.89%26.47%-
HSV(B)192.9º81.58%44.71%-
XYZ7.359.3817.34-
YUV74.45150.3289.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=9.17%
G=41.05%
B=49.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21941140.820.1800.55192.968.8926.47
Hex155E725212037c1451a
Octal251361621222206730110532
Binary1010110111101110010101001010010011011111000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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