Shades of Riptide #8CDFD2
Tints of Riptide #8CDFD2
RGB
CMYK
RGB Variations
Color information
#8CDFD2 (or 0x8CDFD2) is known color: Riptide. HEX triplet: 8C, DF and D2. RGB value is (140,223,210). Sum of RGB (Red+Green+Blue) = 140+223+210=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFD2 is #73202D. Grayscale: #C4C4C4. Windows color (decimal): -7544878 or 13819788. OLE color: 13819788.
HSL color Cylindrical-coordinate representation of color #8CDFD2: hue angle of 170.6º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFD2 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 210 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.13 |
| HSL | 170.6º | 0.56% | 0.71% | - |
| HSV(B) | 170.6º | 0.37% | 0.87% | - |
| XYZ | 48.84 | 63 | 70.56 | - |
| YUV | 196.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 210 | 0.37 | 0 | 0.06 | 0.13 | 170.6 | 0.56 | 0.71 |
| Hex | 8C | DF | D2 | 25 | 0 | 6 | D | AB | 38 | 47 |
| Octal | 214 | 337 | 322 | 45 | 0 | 6 | 15 | 253 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11010010 | 100101 | 0 | 110 | 1101 | 10101011 | 111000 | 1000111 |
Color Harmonies of #8CDFD2
Complementary color
Monochromatic Colors of #8CDFD2
Black with #8CDFD2
Text Example
Text Example
White with #8CDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFD2; }
p { color: rgb(140,223,210); }
H1.HeaderClassName
{
color: #8CDFD2;
}
.AnyTagClassName
{
color: #8CDFD2;
}
</style>
background-color css
<style>
a { background-color: #8CDFD2; }
a { background-color: rgb(140,223,210); }
div.DivClassName
{
background-color: #8CDFD2;
}
.BgClassName
{
background-color: #8CDFD2;
}
</style>
border-color css
<style>
span { border-color: #8CDFD2; }
span { border-color: rgb(140,223,210); }
td.TdClassName
{
border-color: #8CDFD2;
}
.TagClassName
{
border-color: #8CDFD2;
}
</style>