Shades of Reef #CAFBA5
Tints of Reef #CAFBA5
RGB
CMYK
RGB Variations
Color information
#CAFBA5 (or 0xCAFBA5) is known color: Reef. HEX triplet: CA, FB and A5. RGB value is (202,251,165). Sum of RGB (Red+Green+Blue) = 202+251+165=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBA5 is #35045A. Grayscale: #E2E2E2. Windows color (decimal): -3474523 or 10877898. OLE color: 10877898.
HSL color Cylindrical-coordinate representation of color #CAFBA5: hue angle of 94.19º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFBA5 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 165 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.02 |
| HSL | 94.19º | 0.91% | 0.82% | - |
| HSV(B) | 94.19º | 0.34% | 0.98% | - |
| XYZ | 65.65 | 84.27 | 48.4 | - |
| YUV | 226.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 165 | 0.20 | 0 | 0.34 | 0.02 | 94.19 | 0.91 | 0.82 |
| Hex | CA | FB | A5 | 14 | 0 | 22 | 2 | 5E | 5B | 52 |
| Octal | 312 | 373 | 245 | 24 | 0 | 42 | 2 | 136 | 133 | 122 |
| Binary | 11001010 | 11111011 | 10100101 | 10100 | 0 | 100010 | 10 | 1011110 | 1011011 | 1010010 |
Color Harmonies of #CAFBA5
Complementary color
Monochromatic Colors of #CAFBA5
Black with #CAFBA5
Text Example
Text Example
White with #CAFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBA5; }
p { color: rgb(202,251,165); }
H1.HeaderClassName
{
color: #CAFBA5;
}
.AnyTagClassName
{
color: #CAFBA5;
}
</style>
background-color css
<style>
a { background-color: #CAFBA5; }
a { background-color: rgb(202,251,165); }
div.DivClassName
{
background-color: #CAFBA5;
}
.BgClassName
{
background-color: #CAFBA5;
}
</style>
border-color css
<style>
span { border-color: #CAFBA5; }
span { border-color: rgb(202,251,165); }
td.TdClassName
{
border-color: #CAFBA5;
}
.TagClassName
{
border-color: #CAFBA5;
}
</style>