Shades of Reef #CCFF9E
Tints of Reef #CCFF9E
RGB
CMYK
RGB Variations
Color information
#CCFF9E (or 0xCCFF9E) is known color: Reef. HEX triplet: CC, FF and 9E. RGB value is (204,255,158). Sum of RGB (Red+Green+Blue) = 204+255+158=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF9E is #330061. Grayscale: #E5E5E5. Windows color (decimal): -3342434 or 10420172. OLE color: 10420172.
HSL color Cylindrical-coordinate representation of color #CCFF9E: hue angle of 91.55º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCFF9E is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 158 | - |
| CMYK | 0.2 | 0 | 0.38 | 0 |
| HSL | 91.55º | 1% | 0.81% | - |
| HSV(B) | 91.55º | 0.38% | 1% | - |
| XYZ | 66.83 | 86.83 | 45.58 | - |
| YUV | 228.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 158 | 0.2 | 0 | 0.38 | 0 | 91.55 | 1 | 0.81 |
| Hex | CC | FF | 9E | 14 | 0 | 26 | 0 | 5C | 64 | 51 |
| Octal | 314 | 377 | 236 | 24 | 0 | 46 | 0 | 134 | 144 | 121 |
| Binary | 11001100 | 11111111 | 10011110 | 10100 | 0 | 100110 | 0 | 1011100 | 1100100 | 1010001 |
Color Harmonies of #CCFF9E
Complementary color
Monochromatic Colors of #CCFF9E
Black with #CCFF9E
Text Example
Text Example
White with #CCFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF9E; }
p { color: rgb(204,255,158); }
H1.HeaderClassName
{
color: #CCFF9E;
}
.AnyTagClassName
{
color: #CCFF9E;
}
</style>
background-color css
<style>
a { background-color: #CCFF9E; }
a { background-color: rgb(204,255,158); }
div.DivClassName
{
background-color: #CCFF9E;
}
.BgClassName
{
background-color: #CCFF9E;
}
</style>
border-color css
<style>
span { border-color: #CCFF9E; }
span { border-color: rgb(204,255,158); }
td.TdClassName
{
border-color: #CCFF9E;
}
.TagClassName
{
border-color: #CCFF9E;
}
</style>