Shades of Atoll #1C828A
Tints of Atoll #1C828A
RGB
CMYK
RGB Variations
Color information
#1C828A (or 0x1C828A) is known color: Atoll. HEX triplet: 1C, 82 and 8A. RGB value is (28,130,138). Sum of RGB (Red+Green+Blue) = 28+130+138=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C828A is #E37D75. Grayscale: #646464. Windows color (decimal): -14908790 or 9077276. OLE color: 9077276.
HSL color Cylindrical-coordinate representation of color #1C828A: hue angle of 184.36º 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 #1C828A is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 130 | 138 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.46 |
| HSL | 184.36º | 0.66% | 0.33% | - |
| HSV(B) | 184.36º | 0.8% | 0.54% | - |
| XYZ | 13.05 | 18.05 | 26.84 | - |
| YUV | 100.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 138 | 0.80 | 0.06 | 0 | 0.46 | 184.36 | 0.66 | 0.33 |
| Hex | 1C | 82 | 8A | 50 | 6 | 0 | 2E | B8 | 42 | 21 |
| Octal | 34 | 202 | 212 | 120 | 6 | 0 | 56 | 270 | 102 | 41 |
| Binary | 11100 | 10000010 | 10001010 | 1010000 | 110 | 0 | 101110 | 10111000 | 1000010 | 100001 |
Color Harmonies of #1C828A
Complementary color
Monochromatic Colors of #1C828A
Black with #1C828A
Text Example
Text Example
White with #1C828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C828A; }
p { color: rgb(28,130,138); }
H1.HeaderClassName
{
color: #1C828A;
}
.AnyTagClassName
{
color: #1C828A;
}
</style>
background-color css
<style>
a { background-color: #1C828A; }
a { background-color: rgb(28,130,138); }
div.DivClassName
{
background-color: #1C828A;
}
.BgClassName
{
background-color: #1C828A;
}
</style>
border-color css
<style>
span { border-color: #1C828A; }
span { border-color: rgb(28,130,138); }
td.TdClassName
{
border-color: #1C828A;
}
.TagClassName
{
border-color: #1C828A;
}
</style>