Shades of Medium Aquamarine #66CBB4
Tints of Medium Aquamarine #66CBB4
RGB
CMYK
RGB Variations
Color information
#66CBB4 (or 0x66CBB4) is known color: Medium Aquamarine. HEX triplet: 66, CB and B4. RGB value is (102,203,180). Sum of RGB (Red+Green+Blue) = 102+203+180=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBB4 is #99344B. Grayscale: #AAAAAA. Windows color (decimal): -10040396 or 11848550. OLE color: 11848550.
HSL color Cylindrical-coordinate representation of color #66CBB4: hue angle of 166.34º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBB4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 180 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.20 |
| HSL | 166.34º | 0.49% | 0.6% | - |
| HSV(B) | 166.34º | 0.5% | 0.8% | - |
| XYZ | 35.07 | 48.83 | 50.76 | - |
| YUV | 170.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 180 | 0.50 | 0 | 0.11 | 0.20 | 166.34 | 0.49 | 0.6 |
| Hex | 66 | CB | B4 | 32 | 0 | B | 14 | A6 | 31 | 3C |
| Octal | 146 | 313 | 264 | 62 | 0 | 13 | 24 | 246 | 61 | 74 |
| Binary | 1100110 | 11001011 | 10110100 | 110010 | 0 | 1011 | 10100 | 10100110 | 110001 | 111100 |
Color Harmonies of #66CBB4
Complementary color
Monochromatic Colors of #66CBB4
Black with #66CBB4
Text Example
Text Example
White with #66CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBB4; }
p { color: rgb(102,203,180); }
H1.HeaderClassName
{
color: #66CBB4;
}
.AnyTagClassName
{
color: #66CBB4;
}
</style>
background-color css
<style>
a { background-color: #66CBB4; }
a { background-color: rgb(102,203,180); }
div.DivClassName
{
background-color: #66CBB4;
}
.BgClassName
{
background-color: #66CBB4;
}
</style>
border-color css
<style>
span { border-color: #66CBB4; }
span { border-color: rgb(102,203,180); }
td.TdClassName
{
border-color: #66CBB4;
}
.TagClassName
{
border-color: #66CBB4;
}
</style>