Shades of Pelorous #26A5AD
Tints of Pelorous #26A5AD
RGB
CMYK
RGB Variations
Color information
#26A5AD (or 0x26A5AD) is known color: Pelorous. HEX triplet: 26, A5 and AD. RGB value is (38,165,173). Sum of RGB (Red+Green+Blue) = 38+165+173=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #26A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A5AD is #D95A52. Grayscale: #7F7F7F. Windows color (decimal): -14244435 or 11380006. OLE color: 11380006.
HSL color Cylindrical-coordinate representation of color #26A5AD: hue angle of 183.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A5AD is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 165 | 173 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.32 |
| HSL | 183.56º | 0.64% | 0.41% | - |
| HSV(B) | 183.56º | 0.78% | 0.68% | - |
| XYZ | 21.8 | 30.34 | 44.24 | - |
| YUV | 127.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 165 | 173 | 0.78 | 0.05 | 0 | 0.32 | 183.56 | 0.64 | 0.41 |
| Hex | 26 | A5 | AD | 4E | 5 | 0 | 20 | B8 | 40 | 29 |
| Octal | 46 | 245 | 255 | 116 | 5 | 0 | 40 | 270 | 100 | 51 |
| Binary | 100110 | 10100101 | 10101101 | 1001110 | 101 | 0 | 100000 | 10111000 | 1000000 | 101001 |
Color Harmonies of #26A5AD
Complementary color
Monochromatic Colors of #26A5AD
Black with #26A5AD
Text Example
Text Example
White with #26A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A5AD; }
p { color: rgb(38,165,173); }
H1.HeaderClassName
{
color: #26A5AD;
}
.AnyTagClassName
{
color: #26A5AD;
}
</style>
background-color css
<style>
a { background-color: #26A5AD; }
a { background-color: rgb(38,165,173); }
div.DivClassName
{
background-color: #26A5AD;
}
.BgClassName
{
background-color: #26A5AD;
}
</style>
border-color css
<style>
span { border-color: #26A5AD; }
span { border-color: rgb(38,165,173); }
td.TdClassName
{
border-color: #26A5AD;
}
.TagClassName
{
border-color: #26A5AD;
}
</style>