Shades of Reef #CCE494
Tints of Reef #CCE494
RGB
CMYK
RGB Variations
Color information
#CCE494 (or 0xCCE494) is known color: Reef. HEX triplet: CC, E4 and 94. RGB value is (204,228,148). Sum of RGB (Red+Green+Blue) = 204+228+148=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE494 is #331B6B. Grayscale: #D3D3D3. Windows color (decimal): -3349356 or 9757900. OLE color: 9757900.
HSL color Cylindrical-coordinate representation of color #CCE494: hue angle of 78º degrees, saturation: 0.6, 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 #CCE494 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 148 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.11 |
| HSL | 78º | 0.6% | 0.74% | - |
| HSV(B) | 78º | 0.35% | 0.89% | - |
| XYZ | 57.99 | 70.46 | 38.56 | - |
| YUV | 211.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 148 | 0.11 | 0 | 0.35 | 0.11 | 78 | 0.6 | 0.74 |
| Hex | CC | E4 | 94 | B | 0 | 23 | B | 4E | 3C | 4A |
| Octal | 314 | 344 | 224 | 13 | 0 | 43 | 13 | 116 | 74 | 112 |
| Binary | 11001100 | 11100100 | 10010100 | 1011 | 0 | 100011 | 1011 | 1001110 | 111100 | 1001010 |
Color Harmonies of #CCE494
Complementary color
Monochromatic Colors of #CCE494
Black with #CCE494
Text Example
Text Example
White with #CCE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE494; }
p { color: rgb(204,228,148); }
H1.HeaderClassName
{
color: #CCE494;
}
.AnyTagClassName
{
color: #CCE494;
}
</style>
background-color css
<style>
a { background-color: #CCE494; }
a { background-color: rgb(204,228,148); }
div.DivClassName
{
background-color: #CCE494;
}
.BgClassName
{
background-color: #CCE494;
}
</style>
border-color css
<style>
span { border-color: #CCE494; }
span { border-color: rgb(204,228,148); }
td.TdClassName
{
border-color: #CCE494;
}
.TagClassName
{
border-color: #CCE494;
}
</style>