Shades of Reef #CCFBA2
Tints of Reef #CCFBA2
RGB
CMYK
RGB Variations
Color information
#CCFBA2 (or 0xCCFBA2) is known color: Reef. HEX triplet: CC, FB and A2. RGB value is (204,251,162). Sum of RGB (Red+Green+Blue) = 204+251+162=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBA2 is #33045D. Grayscale: #E3E3E3. Windows color (decimal): -3343454 or 10681292. OLE color: 10681292.
HSL color Cylindrical-coordinate representation of color #CCFBA2: hue angle of 91.69º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFBA2 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 162 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.02 |
| HSL | 91.69º | 0.92% | 0.81% | - |
| HSV(B) | 91.69º | 0.35% | 0.98% | - |
| XYZ | 65.92 | 84.44 | 47.01 | - |
| YUV | 226.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 162 | 0.19 | 0 | 0.35 | 0.02 | 91.69 | 0.92 | 0.81 |
| Hex | CC | FB | A2 | 13 | 0 | 23 | 2 | 5C | 5C | 51 |
| Octal | 314 | 373 | 242 | 23 | 0 | 43 | 2 | 134 | 134 | 121 |
| Binary | 11001100 | 11111011 | 10100010 | 10011 | 0 | 100011 | 10 | 1011100 | 1011100 | 1010001 |
Color Harmonies of #CCFBA2
Complementary color
Monochromatic Colors of #CCFBA2
Black with #CCFBA2
Text Example
Text Example
White with #CCFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBA2; }
p { color: rgb(204,251,162); }
H1.HeaderClassName
{
color: #CCFBA2;
}
.AnyTagClassName
{
color: #CCFBA2;
}
</style>
background-color css
<style>
a { background-color: #CCFBA2; }
a { background-color: rgb(204,251,162); }
div.DivClassName
{
background-color: #CCFBA2;
}
.BgClassName
{
background-color: #CCFBA2;
}
</style>
border-color css
<style>
span { border-color: #CCFBA2; }
span { border-color: rgb(204,251,162); }
td.TdClassName
{
border-color: #CCFBA2;
}
.TagClassName
{
border-color: #CCFBA2;
}
</style>