Shades of Pelorous #23A0AA
Tints of Pelorous #23A0AA
RGB
CMYK
RGB Variations
Color information
#23A0AA (or 0x23A0AA) is known color: Pelorous. HEX triplet: 23, A0 and AA. RGB value is (35,160,170). Sum of RGB (Red+Green+Blue) = 35+160+170=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #23A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A0AA is #DC5F55. Grayscale: #7B7B7B. Windows color (decimal): -14442326 or 11182115. OLE color: 11182115.
HSL color Cylindrical-coordinate representation of color #23A0AA: hue angle of 184.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A0AA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 160 | 170 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.33 |
| HSL | 184.44º | 0.66% | 0.4% | - |
| HSV(B) | 184.44º | 0.79% | 0.67% | - |
| XYZ | 20.52 | 28.4 | 42.43 | - |
| YUV | 123.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 170 | 0.79 | 0.06 | 0 | 0.33 | 184.44 | 0.66 | 0.4 |
| Hex | 23 | A0 | AA | 4F | 6 | 0 | 21 | B8 | 42 | 28 |
| Octal | 43 | 240 | 252 | 117 | 6 | 0 | 41 | 270 | 102 | 50 |
| Binary | 100011 | 10100000 | 10101010 | 1001111 | 110 | 0 | 100001 | 10111000 | 1000010 | 101000 |
Color Harmonies of #23A0AA
Complementary color
Monochromatic Colors of #23A0AA
Black with #23A0AA
Text Example
Text Example
White with #23A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A0AA; }
p { color: rgb(35,160,170); }
H1.HeaderClassName
{
color: #23A0AA;
}
.AnyTagClassName
{
color: #23A0AA;
}
</style>
background-color css
<style>
a { background-color: #23A0AA; }
a { background-color: rgb(35,160,170); }
div.DivClassName
{
background-color: #23A0AA;
}
.BgClassName
{
background-color: #23A0AA;
}
</style>
border-color css
<style>
span { border-color: #23A0AA; }
span { border-color: rgb(35,160,170); }
td.TdClassName
{
border-color: #23A0AA;
}
.TagClassName
{
border-color: #23A0AA;
}
</style>