Shades of Atoll #1C808A
Tints of Atoll #1C808A
RGB
CMYK
RGB Variations
Color information
#1C808A (or 0x1C808A) is known color: Atoll. HEX triplet: 1C, 80 and 8A. RGB value is (28,128,138). Sum of RGB (Red+Green+Blue) = 28+128+138=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C808A is #E37F75. Grayscale: #636363. Windows color (decimal): -14909302 or 9076764. OLE color: 9076764.
HSL color Cylindrical-coordinate representation of color #1C808A: hue angle of 185.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C808A is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 128 | 138 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.46 |
| HSL | 185.45º | 0.66% | 0.33% | - |
| HSV(B) | 185.45º | 0.8% | 0.54% | - |
| XYZ | 12.79 | 17.52 | 26.75 | - |
| YUV | 99.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 138 | 0.80 | 0.07 | 0 | 0.46 | 185.45 | 0.66 | 0.33 |
| Hex | 1C | 80 | 8A | 50 | 7 | 0 | 2E | B9 | 42 | 21 |
| Octal | 34 | 200 | 212 | 120 | 7 | 0 | 56 | 271 | 102 | 41 |
| Binary | 11100 | 10000000 | 10001010 | 1010000 | 111 | 0 | 101110 | 10111001 | 1000010 | 100001 |
Color Harmonies of #1C808A
Complementary color
Monochromatic Colors of #1C808A
Black with #1C808A
Text Example
Text Example
White with #1C808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C808A; }
p { color: rgb(28,128,138); }
H1.HeaderClassName
{
color: #1C808A;
}
.AnyTagClassName
{
color: #1C808A;
}
</style>
background-color css
<style>
a { background-color: #1C808A; }
a { background-color: rgb(28,128,138); }
div.DivClassName
{
background-color: #1C808A;
}
.BgClassName
{
background-color: #1C808A;
}
</style>
border-color css
<style>
span { border-color: #1C808A; }
span { border-color: rgb(28,128,138); }
td.TdClassName
{
border-color: #1C808A;
}
.TagClassName
{
border-color: #1C808A;
}
</style>