Shades of Reef #CAFBA3
Tints of Reef #CAFBA3
RGB
CMYK
RGB Variations
Color information
#CAFBA3 (or 0xCAFBA3) is known color: Reef. HEX triplet: CA, FB and A3. RGB value is (202,251,163). Sum of RGB (Red+Green+Blue) = 202+251+163=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBA3 is #35045C. Grayscale: #E2E2E2. Windows color (decimal): -3474525 or 10746826. OLE color: 10746826.
HSL color Cylindrical-coordinate representation of color #CAFBA3: hue angle of 93.41º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAFBA3 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 163 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.02 |
| HSL | 93.41º | 0.92% | 0.81% | - |
| HSV(B) | 93.41º | 0.35% | 0.98% | - |
| XYZ | 65.47 | 84.2 | 47.45 | - |
| YUV | 226.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 163 | 0.20 | 0 | 0.35 | 0.02 | 93.41 | 0.92 | 0.81 |
| Hex | CA | FB | A3 | 14 | 0 | 23 | 2 | 5D | 5C | 51 |
| Octal | 312 | 373 | 243 | 24 | 0 | 43 | 2 | 135 | 134 | 121 |
| Binary | 11001010 | 11111011 | 10100011 | 10100 | 0 | 100011 | 10 | 1011101 | 1011100 | 1010001 |
Color Harmonies of #CAFBA3
Complementary color
Monochromatic Colors of #CAFBA3
Black with #CAFBA3
Text Example
Text Example
White with #CAFBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBA3; }
p { color: rgb(202,251,163); }
H1.HeaderClassName
{
color: #CAFBA3;
}
.AnyTagClassName
{
color: #CAFBA3;
}
</style>
background-color css
<style>
a { background-color: #CAFBA3; }
a { background-color: rgb(202,251,163); }
div.DivClassName
{
background-color: #CAFBA3;
}
.BgClassName
{
background-color: #CAFBA3;
}
</style>
border-color css
<style>
span { border-color: #CAFBA3; }
span { border-color: rgb(202,251,163); }
td.TdClassName
{
border-color: #CAFBA3;
}
.TagClassName
{
border-color: #CAFBA3;
}
</style>