Shades of Reef #C8EDA2
Tints of Reef #C8EDA2
RGB
CMYK
RGB Variations
Color information
#C8EDA2 (or 0xC8EDA2) is known color: Reef. HEX triplet: C8, ED and A2. RGB value is (200,237,162). Sum of RGB (Red+Green+Blue) = 200+237+162=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EDA2 is #37125D. Grayscale: #D9D9D9. Windows color (decimal): -3609182 or 10677704. OLE color: 10677704.
HSL color Cylindrical-coordinate representation of color #C8EDA2: hue angle of 89.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8EDA2 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 237 | 162 | - |
CMYK | 0.16 | 0 | 0.32 | 0.07 |
HSL | 89.6º | 0.68% | 0.78% | - |
HSV(B) | 89.6º | 0.32% | 0.93% | - |
XYZ | 60.63 | 75.46 | 45.55 | - |
YUV | 217.39 | 96.74 | 115.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 237 | 162 | 0.16 | 0 | 0.32 | 0.07 | 89.6 | 0.68 | 0.78 |
Hex | C8 | ED | A2 | 10 | 0 | 20 | 7 | 5A | 44 | 4E |
Octal | 310 | 355 | 242 | 20 | 0 | 40 | 7 | 132 | 104 | 116 |
Binary | 11001000 | 11101101 | 10100010 | 10000 | 0 | 100000 | 111 | 1011010 | 1000100 | 1001110 |
Color Harmonies of #C8EDA2
Complementary color
Monochromatic Colors of #C8EDA2
Black with #C8EDA2
Text Example
Text Example
White with #C8EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDA2; }
p { color: rgb(200,237,162); }
H1.HeaderClassName
{
color: #C8EDA2;
}
.AnyTagClassName
{
color: #C8EDA2;
}
</style>
background-color css
<style>
a { background-color: #C8EDA2; }
a { background-color: rgb(200,237,162); }
div.DivClassName
{
background-color: #C8EDA2;
}
.BgClassName
{
background-color: #C8EDA2;
}
</style>
border-color css
<style>
span { border-color: #C8EDA2; }
span { border-color: rgb(200,237,162); }
td.TdClassName
{
border-color: #C8EDA2;
}
.TagClassName
{
border-color: #C8EDA2;
}
</style>