Shades of Opal #9DD4C2
Tints of Opal #9DD4C2
RGB
CMYK
RGB Variations
Color information
#9DD4C2 (or 0x9DD4C2) is known color: Opal. HEX triplet: 9D, D4 and C2. RGB value is (157,212,194). Sum of RGB (Red+Green+Blue) = 157+212+194=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4C2 is #622B3D. Grayscale: #C1C1C1. Windows color (decimal): -6433598 or 12768413. OLE color: 12768413.
HSL color Cylindrical-coordinate representation of color #9DD4C2: hue angle of 160.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4C2 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 194 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.17 |
| HSL | 160.36º | 0.39% | 0.72% | - |
| HSV(B) | 160.36º | 0.26% | 0.83% | - |
| XYZ | 47.19 | 58.15 | 59.78 | - |
| YUV | 193.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 194 | 0.26 | 0 | 0.08 | 0.17 | 160.36 | 0.39 | 0.72 |
| Hex | 9D | D4 | C2 | 1A | 0 | 8 | 11 | A0 | 27 | 48 |
| Octal | 235 | 324 | 302 | 32 | 0 | 10 | 21 | 240 | 47 | 110 |
| Binary | 10011101 | 11010100 | 11000010 | 11010 | 0 | 1000 | 10001 | 10100000 | 100111 | 1001000 |
Color Harmonies of #9DD4C2
Complementary color
Monochromatic Colors of #9DD4C2
Black with #9DD4C2
Text Example
Text Example
White with #9DD4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD4C2; }
p { color: rgb(157,212,194); }
H1.HeaderClassName
{
color: #9DD4C2;
}
.AnyTagClassName
{
color: #9DD4C2;
}
</style>
background-color css
<style>
a { background-color: #9DD4C2; }
a { background-color: rgb(157,212,194); }
div.DivClassName
{
background-color: #9DD4C2;
}
.BgClassName
{
background-color: #9DD4C2;
}
</style>
border-color css
<style>
span { border-color: #9DD4C2; }
span { border-color: rgb(157,212,194); }
td.TdClassName
{
border-color: #9DD4C2;
}
.TagClassName
{
border-color: #9DD4C2;
}
</style>