#15777B

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

Shades of Allports #15777B

Tints of Allports #15777B

Color information

#15777B (or 0x15777B) is unknown color: approx Allports. HEX triplet: 15, 77 and 7B. RGB value is (21,119,123). Sum of RGB (Red+Green+Blue) = 21+119+123=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #15777B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15777B is #EA8884. Grayscale: #5A5A5A. Windows color (decimal): -15370373 or 8091413. OLE color: 8091413.

HSL color Cylindrical-coordinate representation of color #15777B: hue angle of 182.35º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15777B is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB21119123-
CMYK0.830.0300.52
HSL182.35º70.83%28.24%-
HSV(B)182.35º82.93%48.24%-
XYZ10.4814.7821.04-
YUV90.15146.5378.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.98%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=7.98%
G=45.25%
B=46.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211191230.830.0300.52182.3570.8328.24
Hex15777B533034b6471c
Octal25167173123306426610734
Binary1010111101111111011101001111011010010110110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15777B; }

 p { color: rgb(21,119,123); }

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

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

 a { background-color: rgb(21,119,123); }

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

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

 span { border-color: rgb(21,119,123); }

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