Shades of Pelorous #27A2AB
Tints of Pelorous #27A2AB
RGB
CMYK
RGB Variations
Color information
#27A2AB (or 0x27A2AB) is known color: Pelorous. HEX triplet: 27, A2 and AB. RGB value is (39,162,171). Sum of RGB (Red+Green+Blue) = 39+162+171=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #27A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A2AB is #D85D54. Grayscale: #7E7E7E. Windows color (decimal): -14179669 or 11248167. OLE color: 11248167.
HSL color Cylindrical-coordinate representation of color #27A2AB: hue angle of 184.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A2AB is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 162 | 171 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.33 |
| HSL | 184.09º | 0.63% | 0.41% | - |
| HSV(B) | 184.09º | 0.77% | 0.67% | - |
| XYZ | 21.11 | 29.21 | 43.05 | - |
| YUV | 126.25 | 153.25 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 171 | 0.77 | 0.05 | 0 | 0.33 | 184.09 | 0.63 | 0.41 |
| Hex | 27 | A2 | AB | 4D | 5 | 0 | 21 | B8 | 3F | 29 |
| Octal | 47 | 242 | 253 | 115 | 5 | 0 | 41 | 270 | 77 | 51 |
| Binary | 100111 | 10100010 | 10101011 | 1001101 | 101 | 0 | 100001 | 10111000 | 111111 | 101001 |
Color Harmonies of #27A2AB
Complementary color
Monochromatic Colors of #27A2AB
Black with #27A2AB
Text Example
Text Example
White with #27A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A2AB; }
p { color: rgb(39,162,171); }
H1.HeaderClassName
{
color: #27A2AB;
}
.AnyTagClassName
{
color: #27A2AB;
}
</style>
background-color css
<style>
a { background-color: #27A2AB; }
a { background-color: rgb(39,162,171); }
div.DivClassName
{
background-color: #27A2AB;
}
.BgClassName
{
background-color: #27A2AB;
}
</style>
border-color css
<style>
span { border-color: #27A2AB; }
span { border-color: rgb(39,162,171); }
td.TdClassName
{
border-color: #27A2AB;
}
.TagClassName
{
border-color: #27A2AB;
}
</style>