#15707A

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

Shades of Allports #15707A

Tints of Allports #15707A

Color information

#15707A (or 0x15707A) is unknown color: approx Allports. HEX triplet: 15, 70 and 7A. RGB value is (21,112,122). Sum of RGB (Red+Green+Blue) = 21+112+122=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #15707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15707A is #EA8F85. Grayscale: #555555. Windows color (decimal): -15372166 or 8024085. OLE color: 8024085.

HSL color Cylindrical-coordinate representation of color #15707A: hue angle of 185.94º 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 #15707A is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB21112122-
CMYK0.830.0800.52
HSL185.94º70.63%28.04%-
HSV(B)185.94º82.79%47.84%-
XYZ9.6213.1520.44-
YUV85.93148.3581.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=8.24%
G=43.92%
B=47.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211121220.830.0800.52185.9470.6328.04
Hex15707A538034ba471c
Octal251601721231006427210734
Binary101011110000111101010100111000011010010111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15707A; }

 p { color: rgb(21,112,122); }

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

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

 a { background-color: rgb(21,112,122); }

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

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

 span { border-color: rgb(21,112,122); }

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