#156675

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

Shades of Allports #156675

Tints of Allports #156675

Color information

#156675 (or 0x156675) is unknown color: approx Allports. HEX triplet: 15, 66 and 75. RGB value is (21,102,117). Sum of RGB (Red+Green+Blue) = 21+102+117=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #156675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156675 is #EA998A. Grayscale: #4F4F4F. Windows color (decimal): -15374731 or 7693845. OLE color: 7693845.

HSL color Cylindrical-coordinate representation of color #156675: hue angle of 189.38º 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 #156675 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB21102117-
CMYK0.820.1300.54
HSL189.38º69.57%27.06%-
HSV(B)189.38º82.05%45.88%-
XYZ8.2710.9518.51-
YUV79.49149.1686.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=8.75%
G=42.5%
B=48.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211021170.820.1300.54189.3869.5727.06
Hex15667552D036bd461b
Octal251461651221506627510633
Binary101011100110111010110100101101011011010111101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156675; }

 p { color: rgb(21,102,117); }

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

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

 a { background-color: rgb(21,102,117); }

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

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

 span { border-color: rgb(21,102,117); }

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