Shades of Reef #CCFDAA
Tints of Reef #CCFDAA
RGB
CMYK
RGB Variations
Color information
#CCFDAA (or 0xCCFDAA) is known color: Reef. HEX triplet: CC, FD and AA. RGB value is (204,253,170). Sum of RGB (Red+Green+Blue) = 204+253+170=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDAA is #330255. Grayscale: #E5E5E5. Windows color (decimal): -3342934 or 11206092. OLE color: 11206092.
HSL color Cylindrical-coordinate representation of color #CCFDAA: hue angle of 95.42º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFDAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 170 | - |
CMYK | 0.19 | 0 | 0.33 | 0.01 |
HSL | 95.42º | 0.95% | 0.83% | - |
HSV(B) | 95.42º | 0.33% | 0.99% | - |
XYZ | 67.28 | 85.99 | 51.08 | - |
YUV | 228.89 | 94.77 | 110.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 170 | 0.19 | 0 | 0.33 | 0.01 | 95.42 | 0.95 | 0.83 |
Hex | CC | FD | AA | 13 | 0 | 21 | 1 | 5F | 5F | 53 |
Octal | 314 | 375 | 252 | 23 | 0 | 41 | 1 | 137 | 137 | 123 |
Binary | 11001100 | 11111101 | 10101010 | 10011 | 0 | 100001 | 1 | 1011111 | 1011111 | 1010011 |
Color Harmonies of #CCFDAA
Complementary color
Monochromatic Colors of #CCFDAA
Black with #CCFDAA
Text Example
Text Example
White with #CCFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDAA; }
p { color: rgb(204,253,170); }
H1.HeaderClassName
{
color: #CCFDAA;
}
.AnyTagClassName
{
color: #CCFDAA;
}
</style>
background-color css
<style>
a { background-color: #CCFDAA; }
a { background-color: rgb(204,253,170); }
div.DivClassName
{
background-color: #CCFDAA;
}
.BgClassName
{
background-color: #CCFDAA;
}
</style>
border-color css
<style>
span { border-color: #CCFDAA; }
span { border-color: rgb(204,253,170); }
td.TdClassName
{
border-color: #CCFDAA;
}
.TagClassName
{
border-color: #CCFDAA;
}
</style>