Shades of Reef #CAFA8F
Tints of Reef #CAFA8F
RGB
CMYK
RGB Variations
Color information
#CAFA8F (or 0xCAFA8F) is known color: Reef. HEX triplet: CA, FA and 8F. RGB value is (202,250,143). Sum of RGB (Red+Green+Blue) = 202+250+143=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA8F is #350570. Grayscale: #DFDFDF. Windows color (decimal): -3474801 or 9435850. OLE color: 9435850.
HSL color Cylindrical-coordinate representation of color #CAFA8F: hue angle of 86.92º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAFA8F is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 143 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.02 |
| HSL | 86.92º | 0.91% | 0.77% | - |
| HSV(B) | 86.92º | 0.43% | 0.98% | - |
| XYZ | 63.5 | 82.91 | 38.64 | - |
| YUV | 223.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 143 | 0.19 | 0 | 0.43 | 0.02 | 86.92 | 0.91 | 0.77 |
| Hex | CA | FA | 8F | 13 | 0 | 2B | 2 | 57 | 5B | 4D |
| Octal | 312 | 372 | 217 | 23 | 0 | 53 | 2 | 127 | 133 | 115 |
| Binary | 11001010 | 11111010 | 10001111 | 10011 | 0 | 101011 | 10 | 1010111 | 1011011 | 1001101 |
Color Harmonies of #CAFA8F
Complementary color
Monochromatic Colors of #CAFA8F
Black with #CAFA8F
Text Example
Text Example
White with #CAFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA8F; }
p { color: rgb(202,250,143); }
H1.HeaderClassName
{
color: #CAFA8F;
}
.AnyTagClassName
{
color: #CAFA8F;
}
</style>
background-color css
<style>
a { background-color: #CAFA8F; }
a { background-color: rgb(202,250,143); }
div.DivClassName
{
background-color: #CAFA8F;
}
.BgClassName
{
background-color: #CAFA8F;
}
</style>
border-color css
<style>
span { border-color: #CAFA8F; }
span { border-color: rgb(202,250,143); }
td.TdClassName
{
border-color: #CAFA8F;
}
.TagClassName
{
border-color: #CAFA8F;
}
</style>