Shades of Riptide #8ACECB
Tints of Riptide #8ACECB
RGB
CMYK
RGB Variations
Color information
#8ACECB (or 0x8ACECB) is known color: Riptide. HEX triplet: 8A, CE and CB. RGB value is (138,206,203). Sum of RGB (Red+Green+Blue) = 138+206+203=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACECB is #753134. Grayscale: #B9B9B9. Windows color (decimal): -7680309 or 13356682. OLE color: 13356682.
HSL color Cylindrical-coordinate representation of color #8ACECB: hue angle of 177.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACECB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 203 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.19 |
| HSL | 177.35º | 0.41% | 0.67% | - |
| HSV(B) | 177.35º | 0.33% | 0.81% | - |
| XYZ | 43.33 | 53.86 | 64.61 | - |
| YUV | 185.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 203 | 0.33 | 0 | 0.01 | 0.19 | 177.35 | 0.41 | 0.67 |
| Hex | 8A | CE | CB | 21 | 0 | 1 | 13 | B1 | 29 | 43 |
| Octal | 212 | 316 | 313 | 41 | 0 | 1 | 23 | 261 | 51 | 103 |
| Binary | 10001010 | 11001110 | 11001011 | 100001 | 0 | 1 | 10011 | 10110001 | 101001 | 1000011 |
Color Harmonies of #8ACECB
Complementary color
Monochromatic Colors of #8ACECB
Black with #8ACECB
Text Example
Text Example
White with #8ACECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACECB; }
p { color: rgb(138,206,203); }
H1.HeaderClassName
{
color: #8ACECB;
}
.AnyTagClassName
{
color: #8ACECB;
}
</style>
background-color css
<style>
a { background-color: #8ACECB; }
a { background-color: rgb(138,206,203); }
div.DivClassName
{
background-color: #8ACECB;
}
.BgClassName
{
background-color: #8ACECB;
}
</style>
border-color css
<style>
span { border-color: #8ACECB; }
span { border-color: rgb(138,206,203); }
td.TdClassName
{
border-color: #8ACECB;
}
.TagClassName
{
border-color: #8ACECB;
}
</style>