Shades of Reef #CAF2A3
Tints of Reef #CAF2A3
RGB
CMYK
RGB Variations
Color information
#CAF2A3 (or 0xCAF2A3) is known color: Reef. HEX triplet: CA, F2 and A3. RGB value is (202,242,163). Sum of RGB (Red+Green+Blue) = 202+242+163=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF2A3 is #350D5C. Grayscale: #DDDDDD. Windows color (decimal): -3476829 or 10744522. OLE color: 10744522.
HSL color Cylindrical-coordinate representation of color #CAF2A3: hue angle of 90.38º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAF2A3 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 163 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.05 |
| HSL | 90.38º | 0.75% | 0.79% | - |
| HSV(B) | 90.38º | 0.33% | 0.95% | - |
| XYZ | 62.72 | 78.71 | 46.54 | - |
| YUV | 221.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 163 | 0.17 | 0 | 0.33 | 0.05 | 90.38 | 0.75 | 0.79 |
| Hex | CA | F2 | A3 | 11 | 0 | 21 | 5 | 5A | 4B | 4F |
| Octal | 312 | 362 | 243 | 21 | 0 | 41 | 5 | 132 | 113 | 117 |
| Binary | 11001010 | 11110010 | 10100011 | 10001 | 0 | 100001 | 101 | 1011010 | 1001011 | 1001111 |
Color Harmonies of #CAF2A3
Complementary color
Monochromatic Colors of #CAF2A3
Black with #CAF2A3
Text Example
Text Example
White with #CAF2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2A3; }
p { color: rgb(202,242,163); }
H1.HeaderClassName
{
color: #CAF2A3;
}
.AnyTagClassName
{
color: #CAF2A3;
}
</style>
background-color css
<style>
a { background-color: #CAF2A3; }
a { background-color: rgb(202,242,163); }
div.DivClassName
{
background-color: #CAF2A3;
}
.BgClassName
{
background-color: #CAF2A3;
}
</style>
border-color css
<style>
span { border-color: #CAF2A3; }
span { border-color: rgb(202,242,163); }
td.TdClassName
{
border-color: #CAF2A3;
}
.TagClassName
{
border-color: #CAF2A3;
}
</style>