Shades of Riptide #81D5CC
Tints of Riptide #81D5CC
RGB
CMYK
RGB Variations
Color information
#81D5CC (or 0x81D5CC) is known color: Riptide. HEX triplet: 81, D5 and CC. RGB value is (129,213,204). Sum of RGB (Red+Green+Blue) = 129+213+204=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #81D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D5CC is #7E2A33. Grayscale: #BABABA. Windows color (decimal): -8268340 or 13424001. OLE color: 13424001.
HSL color Cylindrical-coordinate representation of color #81D5CC: hue angle of 173.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D5CC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 204 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.16 |
| HSL | 173.57º | 0.5% | 0.67% | - |
| HSV(B) | 173.57º | 0.39% | 0.84% | - |
| XYZ | 43.75 | 56.62 | 65.75 | - |
| YUV | 186.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 204 | 0.39 | 0 | 0.04 | 0.16 | 173.57 | 0.5 | 0.67 |
| Hex | 81 | D5 | CC | 27 | 0 | 4 | 10 | AE | 32 | 43 |
| Octal | 201 | 325 | 314 | 47 | 0 | 4 | 20 | 256 | 62 | 103 |
| Binary | 10000001 | 11010101 | 11001100 | 100111 | 0 | 100 | 10000 | 10101110 | 110010 | 1000011 |
Color Harmonies of #81D5CC
Complementary color
Monochromatic Colors of #81D5CC
Black with #81D5CC
Text Example
Text Example
White with #81D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D5CC; }
p { color: rgb(129,213,204); }
H1.HeaderClassName
{
color: #81D5CC;
}
.AnyTagClassName
{
color: #81D5CC;
}
</style>
background-color css
<style>
a { background-color: #81D5CC; }
a { background-color: rgb(129,213,204); }
div.DivClassName
{
background-color: #81D5CC;
}
.BgClassName
{
background-color: #81D5CC;
}
</style>
border-color css
<style>
span { border-color: #81D5CC; }
span { border-color: rgb(129,213,204); }
td.TdClassName
{
border-color: #81D5CC;
}
.TagClassName
{
border-color: #81D5CC;
}
</style>