Shades of Reef #CCFBA4
Tints of Reef #CCFBA4
RGB
CMYK
RGB Variations
Color information
#CCFBA4 (or 0xCCFBA4) is known color: Reef. HEX triplet: CC, FB and A4. RGB value is (204,251,164). Sum of RGB (Red+Green+Blue) = 204+251+164=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBA4 is #33045B. Grayscale: #E3E3E3. Windows color (decimal): -3343452 or 10812364. OLE color: 10812364.
HSL color Cylindrical-coordinate representation of color #CCFBA4: hue angle of 92.41º 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 #CCFBA4 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 164 | - |
CMYK | 0.19 | 0 | 0.35 | 0.02 |
HSL | 92.41º | 0.92% | 0.81% | - |
HSV(B) | 92.41º | 0.35% | 0.98% | - |
XYZ | 66.1 | 84.51 | 47.95 | - |
YUV | 227.03 | 92.43 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 164 | 0.19 | 0 | 0.35 | 0.02 | 92.41 | 0.92 | 0.81 |
Hex | CC | FB | A4 | 13 | 0 | 23 | 2 | 5C | 5C | 51 |
Octal | 314 | 373 | 244 | 23 | 0 | 43 | 2 | 134 | 134 | 121 |
Binary | 11001100 | 11111011 | 10100100 | 10011 | 0 | 100011 | 10 | 1011100 | 1011100 | 1010001 |
Color Harmonies of #CCFBA4
Complementary color
Monochromatic Colors of #CCFBA4
Black with #CCFBA4
Text Example
Text Example
White with #CCFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBA4; }
p { color: rgb(204,251,164); }
H1.HeaderClassName
{
color: #CCFBA4;
}
.AnyTagClassName
{
color: #CCFBA4;
}
</style>
background-color css
<style>
a { background-color: #CCFBA4; }
a { background-color: rgb(204,251,164); }
div.DivClassName
{
background-color: #CCFBA4;
}
.BgClassName
{
background-color: #CCFBA4;
}
</style>
border-color css
<style>
span { border-color: #CCFBA4; }
span { border-color: rgb(204,251,164); }
td.TdClassName
{
border-color: #CCFBA4;
}
.TagClassName
{
border-color: #CCFBA4;
}
</style>