Shades of Reef #CAFDA4
Tints of Reef #CAFDA4
RGB
CMYK
RGB Variations
Color information
#CAFDA4 (or 0xCAFDA4) is known color: Reef. HEX triplet: CA, FD and A4. RGB value is (202,253,164). Sum of RGB (Red+Green+Blue) = 202+253+164=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA4 is #35025B. Grayscale: #E3E3E3. Windows color (decimal): -3474012 or 10812874. OLE color: 10812874.
HSL color Cylindrical-coordinate representation of color #CAFDA4: hue angle of 94.38º 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 #CAFDA4 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 164 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.01 |
| HSL | 94.38º | 0.96% | 0.82% | - |
| HSV(B) | 94.38º | 0.35% | 0.99% | - |
| XYZ | 66.18 | 85.49 | 48.13 | - |
| YUV | 227.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 164 | 0.20 | 0 | 0.35 | 0.01 | 94.38 | 0.96 | 0.82 |
| Hex | CA | FD | A4 | 14 | 0 | 23 | 1 | 5E | 60 | 52 |
| Octal | 312 | 375 | 244 | 24 | 0 | 43 | 1 | 136 | 140 | 122 |
| Binary | 11001010 | 11111101 | 10100100 | 10100 | 0 | 100011 | 1 | 1011110 | 1100000 | 1010010 |
Color Harmonies of #CAFDA4
Complementary color
Monochromatic Colors of #CAFDA4
Black with #CAFDA4
Text Example
Text Example
White with #CAFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDA4; }
p { color: rgb(202,253,164); }
H1.HeaderClassName
{
color: #CAFDA4;
}
.AnyTagClassName
{
color: #CAFDA4;
}
</style>
background-color css
<style>
a { background-color: #CAFDA4; }
a { background-color: rgb(202,253,164); }
div.DivClassName
{
background-color: #CAFDA4;
}
.BgClassName
{
background-color: #CAFDA4;
}
</style>
border-color css
<style>
span { border-color: #CAFDA4; }
span { border-color: rgb(202,253,164); }
td.TdClassName
{
border-color: #CAFDA4;
}
.TagClassName
{
border-color: #CAFDA4;
}
</style>