Shades of Pelorous #27A0AA
Tints of Pelorous #27A0AA
RGB
CMYK
RGB Variations
Color information
#27A0AA (or 0x27A0AA) is known color: Pelorous. HEX triplet: 27, A0 and AA. RGB value is (39,160,170). Sum of RGB (Red+Green+Blue) = 39+160+170=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #27A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A0AA is #D85F55. Grayscale: #7C7C7C. Windows color (decimal): -14180182 or 11182119. OLE color: 11182119.
HSL color Cylindrical-coordinate representation of color #27A0AA: hue angle of 184.58º 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 #27A0AA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 160 | 170 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.33 |
| HSL | 184.58º | 0.63% | 0.41% | - |
| HSV(B) | 184.58º | 0.77% | 0.67% | - |
| XYZ | 20.66 | 28.48 | 42.44 | - |
| YUV | 124.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 170 | 0.77 | 0.06 | 0 | 0.33 | 184.58 | 0.63 | 0.41 |
| Hex | 27 | A0 | AA | 4D | 6 | 0 | 21 | B9 | 3F | 29 |
| Octal | 47 | 240 | 252 | 115 | 6 | 0 | 41 | 271 | 77 | 51 |
| Binary | 100111 | 10100000 | 10101010 | 1001101 | 110 | 0 | 100001 | 10111001 | 111111 | 101001 |
Color Harmonies of #27A0AA
Complementary color
Monochromatic Colors of #27A0AA
Black with #27A0AA
Text Example
Text Example
White with #27A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A0AA; }
p { color: rgb(39,160,170); }
H1.HeaderClassName
{
color: #27A0AA;
}
.AnyTagClassName
{
color: #27A0AA;
}
</style>
background-color css
<style>
a { background-color: #27A0AA; }
a { background-color: rgb(39,160,170); }
div.DivClassName
{
background-color: #27A0AA;
}
.BgClassName
{
background-color: #27A0AA;
}
</style>
border-color css
<style>
span { border-color: #27A0AA; }
span { border-color: rgb(39,160,170); }
td.TdClassName
{
border-color: #27A0AA;
}
.TagClassName
{
border-color: #27A0AA;
}
</style>