Shades of Reef #CBFAA5
Tints of Reef #CBFAA5
RGB
CMYK
RGB Variations
Color information
#CBFAA5 (or 0xCBFAA5) is known color: Reef. HEX triplet: CB, FA and A5. RGB value is (203,250,165). Sum of RGB (Red+Green+Blue) = 203+250+165=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFAA5 is #34055A. Grayscale: #E2E2E2. Windows color (decimal): -3409243 or 10877643. OLE color: 10877643.
HSL color Cylindrical-coordinate representation of color #CBFAA5: hue angle of 93.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBFAA5 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 165 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.02 |
| HSL | 93.18º | 0.89% | 0.81% | - |
| HSV(B) | 93.18º | 0.34% | 0.98% | - |
| XYZ | 65.61 | 83.78 | 48.31 | - |
| YUV | 226.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 165 | 0.19 | 0 | 0.34 | 0.02 | 93.18 | 0.89 | 0.81 |
| Hex | CB | FA | A5 | 13 | 0 | 22 | 2 | 5D | 59 | 51 |
| Octal | 313 | 372 | 245 | 23 | 0 | 42 | 2 | 135 | 131 | 121 |
| Binary | 11001011 | 11111010 | 10100101 | 10011 | 0 | 100010 | 10 | 1011101 | 1011001 | 1010001 |
Color Harmonies of #CBFAA5
Complementary color
Monochromatic Colors of #CBFAA5
Black with #CBFAA5
Text Example
Text Example
White with #CBFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAA5; }
p { color: rgb(203,250,165); }
H1.HeaderClassName
{
color: #CBFAA5;
}
.AnyTagClassName
{
color: #CBFAA5;
}
</style>
background-color css
<style>
a { background-color: #CBFAA5; }
a { background-color: rgb(203,250,165); }
div.DivClassName
{
background-color: #CBFAA5;
}
.BgClassName
{
background-color: #CBFAA5;
}
</style>
border-color css
<style>
span { border-color: #CBFAA5; }
span { border-color: rgb(203,250,165); }
td.TdClassName
{
border-color: #CBFAA5;
}
.TagClassName
{
border-color: #CBFAA5;
}
</style>