Shades of Reef #CAFDA0
Tints of Reef #CAFDA0
RGB
CMYK
RGB Variations
Color information
#CAFDA0 (or 0xCAFDA0) is known color: Reef. HEX triplet: CA, FD and A0. RGB value is (202,253,160). Sum of RGB (Red+Green+Blue) = 202+253+160=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA0 is #35025F. Grayscale: #E3E3E3. Windows color (decimal): -3474016 or 10550730. OLE color: 10550730.
HSL color Cylindrical-coordinate representation of color #CAFDA0: hue angle of 92.9º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFDA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 160 | - |
CMYK | 0.20 | 0 | 0.37 | 0.01 |
HSL | 92.9º | 0.96% | 0.81% | - |
HSV(B) | 92.9º | 0.37% | 0.99% | - |
XYZ | 65.83 | 85.35 | 46.26 | - |
YUV | 227.15 | 90.1 | 110.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 160 | 0.20 | 0 | 0.37 | 0.01 | 92.9 | 0.96 | 0.81 |
Hex | CA | FD | A0 | 14 | 0 | 25 | 1 | 5D | 60 | 51 |
Octal | 312 | 375 | 240 | 24 | 0 | 45 | 1 | 135 | 140 | 121 |
Binary | 11001010 | 11111101 | 10100000 | 10100 | 0 | 100101 | 1 | 1011101 | 1100000 | 1010001 |
Color Harmonies of #CAFDA0
Complementary color
Monochromatic Colors of #CAFDA0
Black with #CAFDA0
Text Example
Text Example
White with #CAFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDA0; }
p { color: rgb(202,253,160); }
H1.HeaderClassName
{
color: #CAFDA0;
}
.AnyTagClassName
{
color: #CAFDA0;
}
</style>
background-color css
<style>
a { background-color: #CAFDA0; }
a { background-color: rgb(202,253,160); }
div.DivClassName
{
background-color: #CAFDA0;
}
.BgClassName
{
background-color: #CAFDA0;
}
</style>
border-color css
<style>
span { border-color: #CAFDA0; }
span { border-color: rgb(202,253,160); }
td.TdClassName
{
border-color: #CAFDA0;
}
.TagClassName
{
border-color: #CAFDA0;
}
</style>