Shades of Atoll #238683
Tints of Atoll #238683
RGB
CMYK
RGB Variations
Color information
#238683 (or 0x238683) is known color: Atoll. HEX triplet: 23, 86 and 83. RGB value is (35,134,131). Sum of RGB (Red+Green+Blue) = 35+134+131=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #238683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238683 is #DC797C. Grayscale: #676767. Windows color (decimal): -14449021 or 8619555. OLE color: 8619555.
HSL color Cylindrical-coordinate representation of color #238683: hue angle of 178.18º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238683 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 131 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.47 |
| HSL | 178.18º | 0.59% | 0.33% | - |
| HSV(B) | 178.18º | 0.74% | 0.53% | - |
| XYZ | 13.31 | 19.05 | 24.45 | - |
| YUV | 104.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 131 | 0.74 | 0 | 0.02 | 0.47 | 178.18 | 0.59 | 0.33 |
| Hex | 23 | 86 | 83 | 4A | 0 | 2 | 2F | B2 | 3B | 21 |
| Octal | 43 | 206 | 203 | 112 | 0 | 2 | 57 | 262 | 73 | 41 |
| Binary | 100011 | 10000110 | 10000011 | 1001010 | 0 | 10 | 101111 | 10110010 | 111011 | 100001 |
Color Harmonies of #238683
Complementary color
Monochromatic Colors of #238683
Black with #238683
Text Example
Text Example
White with #238683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238683; }
p { color: rgb(35,134,131); }
H1.HeaderClassName
{
color: #238683;
}
.AnyTagClassName
{
color: #238683;
}
</style>
background-color css
<style>
a { background-color: #238683; }
a { background-color: rgb(35,134,131); }
div.DivClassName
{
background-color: #238683;
}
.BgClassName
{
background-color: #238683;
}
</style>
border-color css
<style>
span { border-color: #238683; }
span { border-color: rgb(35,134,131); }
td.TdClassName
{
border-color: #238683;
}
.TagClassName
{
border-color: #238683;
}
</style>