Shades of Aquamarine #69EECB
Tints of Aquamarine #69EECB
RGB
CMYK
RGB Variations
Color information
#69EECB (or 0x69EECB) is known color: Aquamarine. HEX triplet: 69, EE and CB. RGB value is (105,238,203). Sum of RGB (Red+Green+Blue) = 105+238+203=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #69EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EECB is #961134. Grayscale: #C2C2C2. Windows color (decimal): -9834805 or 13364841. OLE color: 13364841.
HSL color Cylindrical-coordinate representation of color #69EECB: hue angle of 164.21º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EECB is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 238 | 203 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.07 |
| HSL | 164.21º | 0.8% | 0.67% | - |
| HSV(B) | 164.21º | 0.56% | 0.93% | - |
| XYZ | 47.18 | 68.46 | 67.23 | - |
| YUV | 194.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 238 | 203 | 0.56 | 0 | 0.15 | 0.07 | 164.21 | 0.8 | 0.67 |
| Hex | 69 | EE | CB | 38 | 0 | F | 7 | A4 | 50 | 43 |
| Octal | 151 | 356 | 313 | 70 | 0 | 17 | 7 | 244 | 120 | 103 |
| Binary | 1101001 | 11101110 | 11001011 | 111000 | 0 | 1111 | 111 | 10100100 | 1010000 | 1000011 |
Color Harmonies of #69EECB
Complementary color
Monochromatic Colors of #69EECB
Black with #69EECB
Text Example
Text Example
White with #69EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EECB; }
p { color: rgb(105,238,203); }
H1.HeaderClassName
{
color: #69EECB;
}
.AnyTagClassName
{
color: #69EECB;
}
</style>
background-color css
<style>
a { background-color: #69EECB; }
a { background-color: rgb(105,238,203); }
div.DivClassName
{
background-color: #69EECB;
}
.BgClassName
{
background-color: #69EECB;
}
</style>
border-color css
<style>
span { border-color: #69EECB; }
span { border-color: rgb(105,238,203); }
td.TdClassName
{
border-color: #69EECB;
}
.TagClassName
{
border-color: #69EECB;
}
</style>