Shades of Atoll #27828C
Tints of Atoll #27828C
RGB
CMYK
RGB Variations
Color information
#27828C (or 0x27828C) is known color: Atoll. HEX triplet: 27, 82 and 8C. RGB value is (39,130,140). Sum of RGB (Red+Green+Blue) = 39+130+140=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #27828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27828C is #D87D73. Grayscale: #676767. Windows color (decimal): -14187892 or 9208359. OLE color: 9208359.
HSL color Cylindrical-coordinate representation of color #27828C: hue angle of 185.94º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27828C is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 130 | 140 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.45 |
| HSL | 185.94º | 0.56% | 0.35% | - |
| HSV(B) | 185.94º | 0.72% | 0.55% | - |
| XYZ | 13.55 | 18.29 | 27.63 | - |
| YUV | 103.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 140 | 0.72 | 0.07 | 0 | 0.45 | 185.94 | 0.56 | 0.35 |
| Hex | 27 | 82 | 8C | 48 | 7 | 0 | 2D | BA | 38 | 23 |
| Octal | 47 | 202 | 214 | 110 | 7 | 0 | 55 | 272 | 70 | 43 |
| Binary | 100111 | 10000010 | 10001100 | 1001000 | 111 | 0 | 101101 | 10111010 | 111000 | 100011 |
Color Harmonies of #27828C
Complementary color
Monochromatic Colors of #27828C
Black with #27828C
Text Example
Text Example
White with #27828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27828C; }
p { color: rgb(39,130,140); }
H1.HeaderClassName
{
color: #27828C;
}
.AnyTagClassName
{
color: #27828C;
}
</style>
background-color css
<style>
a { background-color: #27828C; }
a { background-color: rgb(39,130,140); }
div.DivClassName
{
background-color: #27828C;
}
.BgClassName
{
background-color: #27828C;
}
</style>
border-color css
<style>
span { border-color: #27828C; }
span { border-color: rgb(39,130,140); }
td.TdClassName
{
border-color: #27828C;
}
.TagClassName
{
border-color: #27828C;
}
</style>