Shades of Reef #CAF09B
Tints of Reef #CAF09B
RGB
CMYK
RGB Variations
Color information
#CAF09B (or 0xCAF09B) is known color: Reef. HEX triplet: CA, F0 and 9B. RGB value is (202,240,155). Sum of RGB (Red+Green+Blue) = 202+240+155=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF09B is #350F64. Grayscale: #DBDBDB. Windows color (decimal): -3477349 or 10219722. OLE color: 10219722.
HSL color Cylindrical-coordinate representation of color #CAF09B: hue angle of 86.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF09B is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 155 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.06 |
| HSL | 86.82º | 0.74% | 0.77% | - |
| HSV(B) | 86.82º | 0.35% | 0.94% | - |
| XYZ | 61.43 | 77.24 | 42.68 | - |
| YUV | 218.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 155 | 0.16 | 0 | 0.35 | 0.06 | 86.82 | 0.74 | 0.77 |
| Hex | CA | F0 | 9B | 10 | 0 | 23 | 6 | 57 | 4A | 4D |
| Octal | 312 | 360 | 233 | 20 | 0 | 43 | 6 | 127 | 112 | 115 |
| Binary | 11001010 | 11110000 | 10011011 | 10000 | 0 | 100011 | 110 | 1010111 | 1001010 | 1001101 |
Color Harmonies of #CAF09B
Complementary color
Monochromatic Colors of #CAF09B
Black with #CAF09B
Text Example
Text Example
White with #CAF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF09B; }
p { color: rgb(202,240,155); }
H1.HeaderClassName
{
color: #CAF09B;
}
.AnyTagClassName
{
color: #CAF09B;
}
</style>
background-color css
<style>
a { background-color: #CAF09B; }
a { background-color: rgb(202,240,155); }
div.DivClassName
{
background-color: #CAF09B;
}
.BgClassName
{
background-color: #CAF09B;
}
</style>
border-color css
<style>
span { border-color: #CAF09B; }
span { border-color: rgb(202,240,155); }
td.TdClassName
{
border-color: #CAF09B;
}
.TagClassName
{
border-color: #CAF09B;
}
</style>