Shades of Reef #C2E69B
Tints of Reef #C2E69B
RGB
CMYK
RGB Variations
Color information
#C2E69B (or 0xC2E69B) is known color: Reef. HEX triplet: C2, E6 and 9B. RGB value is (194,230,155). Sum of RGB (Red+Green+Blue) = 194+230+155=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E69B is #3D1964. Grayscale: #D2D2D2. Windows color (decimal): -4004197 or 10217154. OLE color: 10217154.
HSL color Cylindrical-coordinate representation of color #C2E69B: hue angle of 88.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2E69B is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
RGB | 194 | 230 | 155 | - |
CMYK | 0.16 | 0 | 0.33 | 0.10 |
HSL | 88.8º | 0.6% | 0.75% | - |
HSV(B) | 88.8º | 0.33% | 0.9% | - |
XYZ | 56.46 | 70.43 | 41.63 | - |
YUV | 210.69 | 96.57 | 116.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 230 | 155 | 0.16 | 0 | 0.33 | 0.10 | 88.8 | 0.6 | 0.75 |
Hex | C2 | E6 | 9B | 10 | 0 | 21 | A | 59 | 3C | 4B |
Octal | 302 | 346 | 233 | 20 | 0 | 41 | 12 | 131 | 74 | 113 |
Binary | 11000010 | 11100110 | 10011011 | 10000 | 0 | 100001 | 1010 | 1011001 | 111100 | 1001011 |
Color Harmonies of #C2E69B
Complementary color
Monochromatic Colors of #C2E69B
Black with #C2E69B
Text Example
Text Example
White with #C2E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E69B; }
p { color: rgb(194,230,155); }
H1.HeaderClassName
{
color: #C2E69B;
}
.AnyTagClassName
{
color: #C2E69B;
}
</style>
background-color css
<style>
a { background-color: #C2E69B; }
a { background-color: rgb(194,230,155); }
div.DivClassName
{
background-color: #C2E69B;
}
.BgClassName
{
background-color: #C2E69B;
}
</style>
border-color css
<style>
span { border-color: #C2E69B; }
span { border-color: rgb(194,230,155); }
td.TdClassName
{
border-color: #C2E69B;
}
.TagClassName
{
border-color: #C2E69B;
}
</style>