Shades of Reef #CAF9A9
Tints of Reef #CAF9A9
RGB
CMYK
RGB Variations
Color information
#CAF9A9 (or 0xCAF9A9) is known color: Reef. HEX triplet: CA, F9 and A9. RGB value is (202,249,169). Sum of RGB (Red+Green+Blue) = 202+249+169=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF9A9 is #350656. Grayscale: #E2E2E2. Windows color (decimal): -3475031 or 11139530. OLE color: 11139530.
HSL color Cylindrical-coordinate representation of color #CAF9A9: hue angle of 95.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAF9A9 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 169 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.02 |
| HSL | 95.25º | 0.87% | 0.82% | - |
| HSV(B) | 95.25º | 0.32% | 0.98% | - |
| XYZ | 65.39 | 83.17 | 50.14 | - |
| YUV | 225.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 169 | 0.19 | 0 | 0.32 | 0.02 | 95.25 | 0.87 | 0.82 |
| Hex | CA | F9 | A9 | 13 | 0 | 20 | 2 | 5F | 57 | 52 |
| Octal | 312 | 371 | 251 | 23 | 0 | 40 | 2 | 137 | 127 | 122 |
| Binary | 11001010 | 11111001 | 10101001 | 10011 | 0 | 100000 | 10 | 1011111 | 1010111 | 1010010 |
Color Harmonies of #CAF9A9
Complementary color
Monochromatic Colors of #CAF9A9
Black with #CAF9A9
Text Example
Text Example
White with #CAF9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9A9; }
p { color: rgb(202,249,169); }
H1.HeaderClassName
{
color: #CAF9A9;
}
.AnyTagClassName
{
color: #CAF9A9;
}
</style>
background-color css
<style>
a { background-color: #CAF9A9; }
a { background-color: rgb(202,249,169); }
div.DivClassName
{
background-color: #CAF9A9;
}
.BgClassName
{
background-color: #CAF9A9;
}
</style>
border-color css
<style>
span { border-color: #CAF9A9; }
span { border-color: rgb(202,249,169); }
td.TdClassName
{
border-color: #CAF9A9;
}
.TagClassName
{
border-color: #CAF9A9;
}
</style>