Shades of Bermuda #88CCC4
Tints of Bermuda #88CCC4
RGB
CMYK
RGB Variations
Color information
#88CCC4 (or 0x88CCC4) is known color: Bermuda. HEX triplet: 88, CC and C4. RGB value is (136,204,196). Sum of RGB (Red+Green+Blue) = 136+204+196=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCC4 is #77333B. Grayscale: #B6B6B6. Windows color (decimal): -7811900 or 12897416. OLE color: 12897416.
HSL color Cylindrical-coordinate representation of color #88CCC4: hue angle of 172.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCC4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 196 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.2 |
| HSL | 172.94º | 0.4% | 0.67% | - |
| HSV(B) | 172.94º | 0.33% | 0.8% | - |
| XYZ | 41.71 | 52.41 | 60.14 | - |
| YUV | 182.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 196 | 0.33 | 0 | 0.04 | 0.2 | 172.94 | 0.4 | 0.67 |
| Hex | 88 | CC | C4 | 21 | 0 | 4 | 14 | AD | 28 | 43 |
| Octal | 210 | 314 | 304 | 41 | 0 | 4 | 24 | 255 | 50 | 103 |
| Binary | 10001000 | 11001100 | 11000100 | 100001 | 0 | 100 | 10100 | 10101101 | 101000 | 1000011 |
Color Harmonies of #88CCC4
Complementary color
Monochromatic Colors of #88CCC4
Black with #88CCC4
Text Example
Text Example
White with #88CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCC4; }
p { color: rgb(136,204,196); }
H1.HeaderClassName
{
color: #88CCC4;
}
.AnyTagClassName
{
color: #88CCC4;
}
</style>
background-color css
<style>
a { background-color: #88CCC4; }
a { background-color: rgb(136,204,196); }
div.DivClassName
{
background-color: #88CCC4;
}
.BgClassName
{
background-color: #88CCC4;
}
</style>
border-color css
<style>
span { border-color: #88CCC4; }
span { border-color: rgb(136,204,196); }
td.TdClassName
{
border-color: #88CCC4;
}
.TagClassName
{
border-color: #88CCC4;
}
</style>