Shades of Riptide #7FDCC4
Tints of Riptide #7FDCC4
RGB
CMYK
RGB Variations
Color information
#7FDCC4 (or 0x7FDCC4) is known color: Riptide. HEX triplet: 7F, DC and C4. RGB value is (127,220,196). Sum of RGB (Red+Green+Blue) = 127+220+196=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCC4 is #80233B. Grayscale: #BDBDBD. Windows color (decimal): -8397628 or 12901503. OLE color: 12901503.
HSL color Cylindrical-coordinate representation of color #7FDCC4: hue angle of 164.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCC4 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 196 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.14 |
| HSL | 164.52º | 0.57% | 0.68% | - |
| HSV(B) | 164.52º | 0.42% | 0.86% | - |
| XYZ | 44.31 | 59.68 | 61.41 | - |
| YUV | 189.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 196 | 0.42 | 0 | 0.11 | 0.14 | 164.52 | 0.57 | 0.68 |
| Hex | 7F | DC | C4 | 2A | 0 | B | E | A5 | 39 | 44 |
| Octal | 177 | 334 | 304 | 52 | 0 | 13 | 16 | 245 | 71 | 104 |
| Binary | 1111111 | 11011100 | 11000100 | 101010 | 0 | 1011 | 1110 | 10100101 | 111001 | 1000100 |
Color Harmonies of #7FDCC4
Complementary color
Monochromatic Colors of #7FDCC4
Black with #7FDCC4
Text Example
Text Example
White with #7FDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCC4; }
p { color: rgb(127,220,196); }
H1.HeaderClassName
{
color: #7FDCC4;
}
.AnyTagClassName
{
color: #7FDCC4;
}
</style>
background-color css
<style>
a { background-color: #7FDCC4; }
a { background-color: rgb(127,220,196); }
div.DivClassName
{
background-color: #7FDCC4;
}
.BgClassName
{
background-color: #7FDCC4;
}
</style>
border-color css
<style>
span { border-color: #7FDCC4; }
span { border-color: rgb(127,220,196); }
td.TdClassName
{
border-color: #7FDCC4;
}
.TagClassName
{
border-color: #7FDCC4;
}
</style>