Shades of Pelorous #27A0B5
Tints of Pelorous #27A0B5
RGB
CMYK
RGB Variations
Color information
#27A0B5 (or 0x27A0B5) is known color: Pelorous. HEX triplet: 27, A0 and B5. RGB value is (39,160,181). Sum of RGB (Red+Green+Blue) = 39+160+181=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #27A0B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A0B5 is #D85F4A. Grayscale: #7E7E7E. Windows color (decimal): -14180171 or 11903015. OLE color: 11903015.
HSL color Cylindrical-coordinate representation of color #27A0B5: hue angle of 188.87º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27A0B5 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 160 | 181 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.29 |
| HSL | 188.87º | 0.65% | 0.43% | - |
| HSV(B) | 188.87º | 0.78% | 0.71% | - |
| XYZ | 21.75 | 28.91 | 48.15 | - |
| YUV | 126.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 181 | 0.78 | 0.12 | 0 | 0.29 | 188.87 | 0.65 | 0.43 |
| Hex | 27 | A0 | B5 | 4E | C | 0 | 1D | BD | 41 | 2B |
| Octal | 47 | 240 | 265 | 116 | 14 | 0 | 35 | 275 | 101 | 53 |
| Binary | 100111 | 10100000 | 10110101 | 1001110 | 1100 | 0 | 11101 | 10111101 | 1000001 | 101011 |
Color Harmonies of #27A0B5
Complementary color
Monochromatic Colors of #27A0B5
Black with #27A0B5
Text Example
Text Example
White with #27A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A0B5; }
p { color: rgb(39,160,181); }
H1.HeaderClassName
{
color: #27A0B5;
}
.AnyTagClassName
{
color: #27A0B5;
}
</style>
background-color css
<style>
a { background-color: #27A0B5; }
a { background-color: rgb(39,160,181); }
div.DivClassName
{
background-color: #27A0B5;
}
.BgClassName
{
background-color: #27A0B5;
}
</style>
border-color css
<style>
span { border-color: #27A0B5; }
span { border-color: rgb(39,160,181); }
td.TdClassName
{
border-color: #27A0B5;
}
.TagClassName
{
border-color: #27A0B5;
}
</style>