Shades of Reef #CAEF9D
Tints of Reef #CAEF9D
RGB
CMYK
RGB Variations
Color information
#CAEF9D (or 0xCAEF9D) is known color: Reef. HEX triplet: CA, EF and 9D. RGB value is (202,239,157). Sum of RGB (Red+Green+Blue) = 202+239+157=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF9D is #351062. Grayscale: #DADADA. Windows color (decimal): -3477603 or 10350538. OLE color: 10350538.
HSL color Cylindrical-coordinate representation of color #CAEF9D: hue angle of 87.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAEF9D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 157 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.06 |
| HSL | 87.07º | 0.72% | 0.78% | - |
| HSV(B) | 87.07º | 0.34% | 0.94% | - |
| XYZ | 61.31 | 76.72 | 43.48 | - |
| YUV | 218.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 157 | 0.15 | 0 | 0.34 | 0.06 | 87.07 | 0.72 | 0.78 |
| Hex | CA | EF | 9D | F | 0 | 22 | 6 | 57 | 48 | 4E |
| Octal | 312 | 357 | 235 | 17 | 0 | 42 | 6 | 127 | 110 | 116 |
| Binary | 11001010 | 11101111 | 10011101 | 1111 | 0 | 100010 | 110 | 1010111 | 1001000 | 1001110 |
Color Harmonies of #CAEF9D
Complementary color
Monochromatic Colors of #CAEF9D
Black with #CAEF9D
Text Example
Text Example
White with #CAEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEF9D; }
p { color: rgb(202,239,157); }
H1.HeaderClassName
{
color: #CAEF9D;
}
.AnyTagClassName
{
color: #CAEF9D;
}
</style>
background-color css
<style>
a { background-color: #CAEF9D; }
a { background-color: rgb(202,239,157); }
div.DivClassName
{
background-color: #CAEF9D;
}
.BgClassName
{
background-color: #CAEF9D;
}
</style>
border-color css
<style>
span { border-color: #CAEF9D; }
span { border-color: rgb(202,239,157); }
td.TdClassName
{
border-color: #CAEF9D;
}
.TagClassName
{
border-color: #CAEF9D;
}
</style>