Shades of Reef #CAF1A3
Tints of Reef #CAF1A3
RGB
CMYK
RGB Variations
Color information
#CAF1A3 (or 0xCAF1A3) is known color: Reef. HEX triplet: CA, F1 and A3. RGB value is (202,241,163). Sum of RGB (Red+Green+Blue) = 202+241+163=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF1A3 is #350E5C. Grayscale: #DCDCDC. Windows color (decimal): -3477085 or 10744266. OLE color: 10744266.
HSL color Cylindrical-coordinate representation of color #CAF1A3: hue angle of 90º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAF1A3 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 163 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.05 |
| HSL | 90º | 0.74% | 0.79% | - |
| HSV(B) | 90º | 0.32% | 0.95% | - |
| XYZ | 62.42 | 78.11 | 46.44 | - |
| YUV | 220.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 163 | 0.16 | 0 | 0.32 | 0.05 | 90 | 0.74 | 0.79 |
| Hex | CA | F1 | A3 | 10 | 0 | 20 | 5 | 5A | 4A | 4F |
| Octal | 312 | 361 | 243 | 20 | 0 | 40 | 5 | 132 | 112 | 117 |
| Binary | 11001010 | 11110001 | 10100011 | 10000 | 0 | 100000 | 101 | 1011010 | 1001010 | 1001111 |
Color Harmonies of #CAF1A3
Complementary color
Monochromatic Colors of #CAF1A3
Black with #CAF1A3
Text Example
Text Example
White with #CAF1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1A3; }
p { color: rgb(202,241,163); }
H1.HeaderClassName
{
color: #CAF1A3;
}
.AnyTagClassName
{
color: #CAF1A3;
}
</style>
background-color css
<style>
a { background-color: #CAF1A3; }
a { background-color: rgb(202,241,163); }
div.DivClassName
{
background-color: #CAF1A3;
}
.BgClassName
{
background-color: #CAF1A3;
}
</style>
border-color css
<style>
span { border-color: #CAF1A3; }
span { border-color: rgb(202,241,163); }
td.TdClassName
{
border-color: #CAF1A3;
}
.TagClassName
{
border-color: #CAF1A3;
}
</style>