Shades of Riptide #75DDD3
Tints of Riptide #75DDD3
RGB
CMYK
RGB Variations
Color information
#75DDD3 (or 0x75DDD3) is known color: Riptide. HEX triplet: 75, DD and D3. RGB value is (117,221,211). Sum of RGB (Red+Green+Blue) = 117+221+211=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDD3 is #8A222C. Grayscale: #BCBCBC. Windows color (decimal): -9052717 or 13884789. OLE color: 13884789.
HSL color Cylindrical-coordinate representation of color #75DDD3: hue angle of 174.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DDD3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 211 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.13 |
| HSL | 174.23º | 0.6% | 0.66% | - |
| HSV(B) | 174.23º | 0.47% | 0.87% | - |
| XYZ | 44.95 | 60.2 | 70.88 | - |
| YUV | 188.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 211 | 0.47 | 0 | 0.05 | 0.13 | 174.23 | 0.6 | 0.66 |
| Hex | 75 | DD | D3 | 2F | 0 | 5 | D | AE | 3C | 42 |
| Octal | 165 | 335 | 323 | 57 | 0 | 5 | 15 | 256 | 74 | 102 |
| Binary | 1110101 | 11011101 | 11010011 | 101111 | 0 | 101 | 1101 | 10101110 | 111100 | 1000010 |
Color Harmonies of #75DDD3
Complementary color
Monochromatic Colors of #75DDD3
Black with #75DDD3
Text Example
Text Example
White with #75DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDD3; }
p { color: rgb(117,221,211); }
H1.HeaderClassName
{
color: #75DDD3;
}
.AnyTagClassName
{
color: #75DDD3;
}
</style>
background-color css
<style>
a { background-color: #75DDD3; }
a { background-color: rgb(117,221,211); }
div.DivClassName
{
background-color: #75DDD3;
}
.BgClassName
{
background-color: #75DDD3;
}
</style>
border-color css
<style>
span { border-color: #75DDD3; }
span { border-color: rgb(117,221,211); }
td.TdClassName
{
border-color: #75DDD3;
}
.TagClassName
{
border-color: #75DDD3;
}
</style>