Shades of Reef #CBE394
Tints of Reef #CBE394
RGB
CMYK
RGB Variations
Color information
#CBE394 (or 0xCBE394) is known color: Reef. HEX triplet: CB, E3 and 94. RGB value is (203,227,148). Sum of RGB (Red+Green+Blue) = 203+227+148=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE394 is #341C6B. Grayscale: #D3D3D3. Windows color (decimal): -3415148 or 9757643. OLE color: 9757643.
HSL color Cylindrical-coordinate representation of color #CBE394: hue angle of 78.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE394 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 148 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.11 |
| HSL | 78.23º | 0.59% | 0.74% | - |
| HSV(B) | 78.23º | 0.35% | 0.89% | - |
| XYZ | 57.44 | 69.77 | 38.46 | - |
| YUV | 210.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 148 | 0.11 | 0 | 0.35 | 0.11 | 78.23 | 0.59 | 0.74 |
| Hex | CB | E3 | 94 | B | 0 | 23 | B | 4E | 3B | 4A |
| Octal | 313 | 343 | 224 | 13 | 0 | 43 | 13 | 116 | 73 | 112 |
| Binary | 11001011 | 11100011 | 10010100 | 1011 | 0 | 100011 | 1011 | 1001110 | 111011 | 1001010 |
Color Harmonies of #CBE394
Complementary color
Monochromatic Colors of #CBE394
Black with #CBE394
Text Example
Text Example
White with #CBE394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE394; }
p { color: rgb(203,227,148); }
H1.HeaderClassName
{
color: #CBE394;
}
.AnyTagClassName
{
color: #CBE394;
}
</style>
background-color css
<style>
a { background-color: #CBE394; }
a { background-color: rgb(203,227,148); }
div.DivClassName
{
background-color: #CBE394;
}
.BgClassName
{
background-color: #CBE394;
}
</style>
border-color css
<style>
span { border-color: #CBE394; }
span { border-color: rgb(203,227,148); }
td.TdClassName
{
border-color: #CBE394;
}
.TagClassName
{
border-color: #CBE394;
}
</style>