Shades of Reef #CBFDA2
Tints of Reef #CBFDA2
RGB
CMYK
RGB Variations
Color information
#CBFDA2 (or 0xCBFDA2) is known color: Reef. HEX triplet: CB, FD and A2. RGB value is (203,253,162). Sum of RGB (Red+Green+Blue) = 203+253+162=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDA2 is #34025D. Grayscale: #E3E3E3. Windows color (decimal): -3408478 or 10681803. OLE color: 10681803.
HSL color Cylindrical-coordinate representation of color #CBFDA2: hue angle of 92.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBFDA2 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 162 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.01 |
| HSL | 92.97º | 0.96% | 0.81% | - |
| HSV(B) | 92.97º | 0.36% | 0.99% | - |
| XYZ | 66.28 | 85.56 | 47.2 | - |
| YUV | 227.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 162 | 0.20 | 0 | 0.36 | 0.01 | 92.97 | 0.96 | 0.81 |
| Hex | CB | FD | A2 | 14 | 0 | 24 | 1 | 5D | 60 | 51 |
| Octal | 313 | 375 | 242 | 24 | 0 | 44 | 1 | 135 | 140 | 121 |
| Binary | 11001011 | 11111101 | 10100010 | 10100 | 0 | 100100 | 1 | 1011101 | 1100000 | 1010001 |
Color Harmonies of #CBFDA2
Complementary color
Monochromatic Colors of #CBFDA2
Black with #CBFDA2
Text Example
Text Example
White with #CBFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDA2; }
p { color: rgb(203,253,162); }
H1.HeaderClassName
{
color: #CBFDA2;
}
.AnyTagClassName
{
color: #CBFDA2;
}
</style>
background-color css
<style>
a { background-color: #CBFDA2; }
a { background-color: rgb(203,253,162); }
div.DivClassName
{
background-color: #CBFDA2;
}
.BgClassName
{
background-color: #CBFDA2;
}
</style>
border-color css
<style>
span { border-color: #CBFDA2; }
span { border-color: rgb(203,253,162); }
td.TdClassName
{
border-color: #CBFDA2;
}
.TagClassName
{
border-color: #CBFDA2;
}
</style>