Shades of Aquamarine #6CEEDA
Tints of Aquamarine #6CEEDA
RGB
CMYK
RGB Variations
Color information
#6CEEDA (or 0x6CEEDA) is known color: Aquamarine. HEX triplet: 6C, EE and DA. RGB value is (108,238,218). Sum of RGB (Red+Green+Blue) = 108+238+218=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEEDA is #931125. Grayscale: #C4C4C4. Windows color (decimal): -9638182 or 14347884. OLE color: 14347884.
HSL color Cylindrical-coordinate representation of color #6CEEDA: hue angle of 170.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEEDA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 238 | 218 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 170.77º | 0.79% | 0.68% | - |
| HSV(B) | 170.77º | 0.55% | 0.93% | - |
| XYZ | 49.41 | 69.4 | 77.12 | - |
| YUV | 196.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 238 | 218 | 0.55 | 0 | 0.08 | 0.07 | 170.77 | 0.79 | 0.68 |
| Hex | 6C | EE | DA | 37 | 0 | 8 | 7 | AB | 4F | 44 |
| Octal | 154 | 356 | 332 | 67 | 0 | 10 | 7 | 253 | 117 | 104 |
| Binary | 1101100 | 11101110 | 11011010 | 110111 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000100 |
Color Harmonies of #6CEEDA
Complementary color
Monochromatic Colors of #6CEEDA
Black with #6CEEDA
Text Example
Text Example
White with #6CEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEEDA; }
p { color: rgb(108,238,218); }
H1.HeaderClassName
{
color: #6CEEDA;
}
.AnyTagClassName
{
color: #6CEEDA;
}
</style>
background-color css
<style>
a { background-color: #6CEEDA; }
a { background-color: rgb(108,238,218); }
div.DivClassName
{
background-color: #6CEEDA;
}
.BgClassName
{
background-color: #6CEEDA;
}
</style>
border-color css
<style>
span { border-color: #6CEEDA; }
span { border-color: rgb(108,238,218); }
td.TdClassName
{
border-color: #6CEEDA;
}
.TagClassName
{
border-color: #6CEEDA;
}
</style>