Shades of Reef #CAF5A0
Tints of Reef #CAF5A0
RGB
CMYK
RGB Variations
Color information
#CAF5A0 (or 0xCAF5A0) is known color: Reef. HEX triplet: CA, F5 and A0. RGB value is (202,245,160). Sum of RGB (Red+Green+Blue) = 202+245+160=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF5A0 is #350A5F. Grayscale: #DEDEDE. Windows color (decimal): -3476064 or 10548682. OLE color: 10548682.
HSL color Cylindrical-coordinate representation of color #CAF5A0: hue angle of 90.35º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF5A0 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 160 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.04 |
| HSL | 90.35º | 0.81% | 0.79% | - |
| HSV(B) | 90.35º | 0.35% | 0.96% | - |
| XYZ | 63.35 | 80.4 | 45.44 | - |
| YUV | 222.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 160 | 0.18 | 0 | 0.35 | 0.04 | 90.35 | 0.81 | 0.79 |
| Hex | CA | F5 | A0 | 12 | 0 | 23 | 4 | 5A | 51 | 4F |
| Octal | 312 | 365 | 240 | 22 | 0 | 43 | 4 | 132 | 121 | 117 |
| Binary | 11001010 | 11110101 | 10100000 | 10010 | 0 | 100011 | 100 | 1011010 | 1010001 | 1001111 |
Color Harmonies of #CAF5A0
Complementary color
Monochromatic Colors of #CAF5A0
Black with #CAF5A0
Text Example
Text Example
White with #CAF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5A0; }
p { color: rgb(202,245,160); }
H1.HeaderClassName
{
color: #CAF5A0;
}
.AnyTagClassName
{
color: #CAF5A0;
}
</style>
background-color css
<style>
a { background-color: #CAF5A0; }
a { background-color: rgb(202,245,160); }
div.DivClassName
{
background-color: #CAF5A0;
}
.BgClassName
{
background-color: #CAF5A0;
}
</style>
border-color css
<style>
span { border-color: #CAF5A0; }
span { border-color: rgb(202,245,160); }
td.TdClassName
{
border-color: #CAF5A0;
}
.TagClassName
{
border-color: #CAF5A0;
}
</style>