Shades of Pelorous #23A0AE
Tints of Pelorous #23A0AE
RGB
CMYK
RGB Variations
Color information
#23A0AE (or 0x23A0AE) is known color: Pelorous. HEX triplet: 23, A0 and AE. RGB value is (35,160,174). Sum of RGB (Red+Green+Blue) = 35+160+174=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #23A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A0AE is #DC5F51. Grayscale: #7C7C7C. Windows color (decimal): -14442322 or 11444259. OLE color: 11444259.
HSL color Cylindrical-coordinate representation of color #23A0AE: hue angle of 186.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23A0AE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 160 | 174 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.32 |
| HSL | 186.04º | 0.67% | 0.41% | - |
| HSV(B) | 186.04º | 0.8% | 0.68% | - |
| XYZ | 20.9 | 28.55 | 44.45 | - |
| YUV | 124.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 174 | 0.80 | 0.08 | 0 | 0.32 | 186.04 | 0.67 | 0.41 |
| Hex | 23 | A0 | AE | 50 | 8 | 0 | 20 | BA | 43 | 29 |
| Octal | 43 | 240 | 256 | 120 | 10 | 0 | 40 | 272 | 103 | 51 |
| Binary | 100011 | 10100000 | 10101110 | 1010000 | 1000 | 0 | 100000 | 10111010 | 1000011 | 101001 |
Color Harmonies of #23A0AE
Complementary color
Monochromatic Colors of #23A0AE
Black with #23A0AE
Text Example
Text Example
White with #23A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A0AE; }
p { color: rgb(35,160,174); }
H1.HeaderClassName
{
color: #23A0AE;
}
.AnyTagClassName
{
color: #23A0AE;
}
</style>
background-color css
<style>
a { background-color: #23A0AE; }
a { background-color: rgb(35,160,174); }
div.DivClassName
{
background-color: #23A0AE;
}
.BgClassName
{
background-color: #23A0AE;
}
</style>
border-color css
<style>
span { border-color: #23A0AE; }
span { border-color: rgb(35,160,174); }
td.TdClassName
{
border-color: #23A0AE;
}
.TagClassName
{
border-color: #23A0AE;
}
</style>