Shades of Reef #CAFDA5
Tints of Reef #CAFDA5
RGB
CMYK
RGB Variations
Color information
#CAFDA5 (or 0xCAFDA5) is known color: Reef. HEX triplet: CA, FD and A5. RGB value is (202,253,165). Sum of RGB (Red+Green+Blue) = 202+253+165=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA5 is #35025A. Grayscale: #E4E4E4. Windows color (decimal): -3474011 or 10878410. OLE color: 10878410.
HSL color Cylindrical-coordinate representation of color #CAFDA5: hue angle of 94.77º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAFDA5 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 165 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.01 |
| HSL | 94.77º | 0.96% | 0.82% | - |
| HSV(B) | 94.77º | 0.35% | 0.99% | - |
| XYZ | 66.27 | 85.52 | 48.61 | - |
| YUV | 227.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 165 | 0.20 | 0 | 0.35 | 0.01 | 94.77 | 0.96 | 0.82 |
| Hex | CA | FD | A5 | 14 | 0 | 23 | 1 | 5F | 60 | 52 |
| Octal | 312 | 375 | 245 | 24 | 0 | 43 | 1 | 137 | 140 | 122 |
| Binary | 11001010 | 11111101 | 10100101 | 10100 | 0 | 100011 | 1 | 1011111 | 1100000 | 1010010 |
Color Harmonies of #CAFDA5
Complementary color
Monochromatic Colors of #CAFDA5
Black with #CAFDA5
Text Example
Text Example
White with #CAFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDA5; }
p { color: rgb(202,253,165); }
H1.HeaderClassName
{
color: #CAFDA5;
}
.AnyTagClassName
{
color: #CAFDA5;
}
</style>
background-color css
<style>
a { background-color: #CAFDA5; }
a { background-color: rgb(202,253,165); }
div.DivClassName
{
background-color: #CAFDA5;
}
.BgClassName
{
background-color: #CAFDA5;
}
</style>
border-color css
<style>
span { border-color: #CAFDA5; }
span { border-color: rgb(202,253,165); }
td.TdClassName
{
border-color: #CAFDA5;
}
.TagClassName
{
border-color: #CAFDA5;
}
</style>