Shades of Reef #CAFDA9
Tints of Reef #CAFDA9
RGB
CMYK
RGB Variations
Color information
#CAFDA9 (or 0xCAFDA9) is known color: Reef. HEX triplet: CA, FD and A9. RGB value is (202,253,169). Sum of RGB (Red+Green+Blue) = 202+253+169=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA9 is #350256. Grayscale: #E4E4E4. Windows color (decimal): -3474007 or 11140554. OLE color: 11140554.
HSL color Cylindrical-coordinate representation of color #CAFDA9: hue angle of 96.43º 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 #CAFDA9 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 169 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.01 |
| HSL | 96.43º | 0.95% | 0.83% | - |
| HSV(B) | 96.43º | 0.33% | 0.99% | - |
| XYZ | 66.64 | 85.67 | 50.56 | - |
| YUV | 228.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 169 | 0.20 | 0 | 0.33 | 0.01 | 96.43 | 0.95 | 0.83 |
| Hex | CA | FD | A9 | 14 | 0 | 21 | 1 | 60 | 5F | 53 |
| Octal | 312 | 375 | 251 | 24 | 0 | 41 | 1 | 140 | 137 | 123 |
| Binary | 11001010 | 11111101 | 10101001 | 10100 | 0 | 100001 | 1 | 1100000 | 1011111 | 1010011 |
Color Harmonies of #CAFDA9
Complementary color
Monochromatic Colors of #CAFDA9
Black with #CAFDA9
Text Example
Text Example
White with #CAFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDA9; }
p { color: rgb(202,253,169); }
H1.HeaderClassName
{
color: #CAFDA9;
}
.AnyTagClassName
{
color: #CAFDA9;
}
</style>
background-color css
<style>
a { background-color: #CAFDA9; }
a { background-color: rgb(202,253,169); }
div.DivClassName
{
background-color: #CAFDA9;
}
.BgClassName
{
background-color: #CAFDA9;
}
</style>
border-color css
<style>
span { border-color: #CAFDA9; }
span { border-color: rgb(202,253,169); }
td.TdClassName
{
border-color: #CAFDA9;
}
.TagClassName
{
border-color: #CAFDA9;
}
</style>