Shades of Reef #CAF0A5
Tints of Reef #CAF0A5
RGB
CMYK
RGB Variations
Color information
#CAF0A5 (or 0xCAF0A5) is known color: Reef. HEX triplet: CA, F0 and A5. RGB value is (202,240,165). Sum of RGB (Red+Green+Blue) = 202+240+165=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0A5 is #350F5A. Grayscale: #DCDCDC. Windows color (decimal): -3477339 or 10875082. OLE color: 10875082.
HSL color Cylindrical-coordinate representation of color #CAF0A5: hue angle of 90.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAF0A5 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 165 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.06 |
| HSL | 90.4º | 0.71% | 0.79% | - |
| HSV(B) | 90.4º | 0.31% | 0.94% | - |
| XYZ | 62.31 | 77.59 | 47.29 | - |
| YUV | 220.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 165 | 0.16 | 0 | 0.31 | 0.06 | 90.4 | 0.71 | 0.79 |
| Hex | CA | F0 | A5 | 10 | 0 | 1F | 6 | 5A | 47 | 4F |
| Octal | 312 | 360 | 245 | 20 | 0 | 37 | 6 | 132 | 107 | 117 |
| Binary | 11001010 | 11110000 | 10100101 | 10000 | 0 | 11111 | 110 | 1011010 | 1000111 | 1001111 |
Color Harmonies of #CAF0A5
Complementary color
Monochromatic Colors of #CAF0A5
Black with #CAF0A5
Text Example
Text Example
White with #CAF0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0A5; }
p { color: rgb(202,240,165); }
H1.HeaderClassName
{
color: #CAF0A5;
}
.AnyTagClassName
{
color: #CAF0A5;
}
</style>
background-color css
<style>
a { background-color: #CAF0A5; }
a { background-color: rgb(202,240,165); }
div.DivClassName
{
background-color: #CAF0A5;
}
.BgClassName
{
background-color: #CAF0A5;
}
</style>
border-color css
<style>
span { border-color: #CAF0A5; }
span { border-color: rgb(202,240,165); }
td.TdClassName
{
border-color: #CAF0A5;
}
.TagClassName
{
border-color: #CAF0A5;
}
</style>