Shades of Atoll #238382
Tints of Atoll #238382
RGB
CMYK
RGB Variations
Color information
#238382 (or 0x238382) is known color: Atoll. HEX triplet: 23, 83 and 82. RGB value is (35,131,130). Sum of RGB (Red+Green+Blue) = 35+131+130=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #238382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238382 is #DC7C7D. Grayscale: #666666. Windows color (decimal): -14449790 or 8553251. OLE color: 8553251.
HSL color Cylindrical-coordinate representation of color #238382: hue angle of 179.38º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238382 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 131 | 130 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.49 |
| HSL | 179.38º | 0.58% | 0.33% | - |
| HSV(B) | 179.38º | 0.73% | 0.51% | - |
| XYZ | 12.84 | 18.2 | 23.96 | - |
| YUV | 102.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 130 | 0.73 | 0 | 0.01 | 0.49 | 179.38 | 0.58 | 0.33 |
| Hex | 23 | 83 | 82 | 49 | 0 | 1 | 31 | B3 | 3A | 21 |
| Octal | 43 | 203 | 202 | 111 | 0 | 1 | 61 | 263 | 72 | 41 |
| Binary | 100011 | 10000011 | 10000010 | 1001001 | 0 | 1 | 110001 | 10110011 | 111010 | 100001 |
Color Harmonies of #238382
Complementary color
Monochromatic Colors of #238382
Black with #238382
Text Example
Text Example
White with #238382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238382; }
p { color: rgb(35,131,130); }
H1.HeaderClassName
{
color: #238382;
}
.AnyTagClassName
{
color: #238382;
}
</style>
background-color css
<style>
a { background-color: #238382; }
a { background-color: rgb(35,131,130); }
div.DivClassName
{
background-color: #238382;
}
.BgClassName
{
background-color: #238382;
}
</style>
border-color css
<style>
span { border-color: #238382; }
span { border-color: rgb(35,131,130); }
td.TdClassName
{
border-color: #238382;
}
.TagClassName
{
border-color: #238382;
}
</style>