#156B75

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

Shades of Allports #156B75

Tints of Allports #156B75

Color information

#156B75 (or 0x156B75) is unknown color: approx Allports. HEX triplet: 15, 6B and 75. RGB value is (21,107,117). Sum of RGB (Red+Green+Blue) = 21+107+117=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #156B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B75 is #EA948A. Grayscale: #525252. Windows color (decimal): -15373451 or 7695125. OLE color: 7695125.

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

Color convert

RGB21107117-
CMYK0.820.0900.54
HSL186.25º69.57%27.06%-
HSV(B)186.25º82.05%45.88%-
XYZ8.7811.9618.68-
YUV82.43147.5184.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=8.57%
G=43.67%
B=47.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211071170.820.0900.54186.2569.5727.06
Hex156B75529036ba461b
Octal251531651221106627210633
Binary101011101011111010110100101001011011010111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156B75; }

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

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

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

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

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

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

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

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