Shades of Riptide #8ACCCB
Tints of Riptide #8ACCCB
RGB
CMYK
RGB Variations
Color information
#8ACCCB (or 0x8ACCCB) is known color: Riptide. HEX triplet: 8A, CC and CB. RGB value is (138,204,203). Sum of RGB (Red+Green+Blue) = 138+204+203=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCCB is #753334. Grayscale: #B8B8B8. Windows color (decimal): -7680821 or 13356170. OLE color: 13356170.
HSL color Cylindrical-coordinate representation of color #8ACCCB: hue angle of 179.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCCB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 203 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.2 |
| HSL | 179.09º | 0.39% | 0.67% | - |
| HSV(B) | 179.09º | 0.32% | 0.8% | - |
| XYZ | 42.85 | 52.9 | 64.45 | - |
| YUV | 184.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 203 | 0.32 | 0 | 0.00 | 0.2 | 179.09 | 0.39 | 0.67 |
| Hex | 8A | CC | CB | 20 | 0 | 0 | 14 | B3 | 27 | 43 |
| Octal | 212 | 314 | 313 | 40 | 0 | 0 | 24 | 263 | 47 | 103 |
| Binary | 10001010 | 11001100 | 11001011 | 100000 | 0 | 0 | 10100 | 10110011 | 100111 | 1000011 |
Color Harmonies of #8ACCCB
Complementary color
Monochromatic Colors of #8ACCCB
Black with #8ACCCB
Text Example
Text Example
White with #8ACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCCB; }
p { color: rgb(138,204,203); }
H1.HeaderClassName
{
color: #8ACCCB;
}
.AnyTagClassName
{
color: #8ACCCB;
}
</style>
background-color css
<style>
a { background-color: #8ACCCB; }
a { background-color: rgb(138,204,203); }
div.DivClassName
{
background-color: #8ACCCB;
}
.BgClassName
{
background-color: #8ACCCB;
}
</style>
border-color css
<style>
span { border-color: #8ACCCB; }
span { border-color: rgb(138,204,203); }
td.TdClassName
{
border-color: #8ACCCB;
}
.TagClassName
{
border-color: #8ACCCB;
}
</style>