Shades of Medium Aquamarine #67CAAD
Tints of Medium Aquamarine #67CAAD
RGB
CMYK
RGB Variations
Color information
#67CAAD (or 0x67CAAD) is known color: Medium Aquamarine. HEX triplet: 67, CA and AD. RGB value is (103,202,173). Sum of RGB (Red+Green+Blue) = 103+202+173=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #67CAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CAAD is #983552. Grayscale: #A9A9A9. Windows color (decimal): -9975123 or 11389543. OLE color: 11389543.
HSL color Cylindrical-coordinate representation of color #67CAAD: hue angle of 162.42º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CAAD is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 173 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.21 |
| HSL | 162.42º | 0.48% | 0.6% | - |
| HSV(B) | 162.42º | 0.49% | 0.79% | - |
| XYZ | 34.26 | 48.14 | 47.02 | - |
| YUV | 169.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 173 | 0.49 | 0 | 0.14 | 0.21 | 162.42 | 0.48 | 0.6 |
| Hex | 67 | CA | AD | 31 | 0 | E | 15 | A2 | 30 | 3C |
| Octal | 147 | 312 | 255 | 61 | 0 | 16 | 25 | 242 | 60 | 74 |
| Binary | 1100111 | 11001010 | 10101101 | 110001 | 0 | 1110 | 10101 | 10100010 | 110000 | 111100 |
Color Harmonies of #67CAAD
Complementary color
Monochromatic Colors of #67CAAD
Black with #67CAAD
Text Example
Text Example
White with #67CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CAAD; }
p { color: rgb(103,202,173); }
H1.HeaderClassName
{
color: #67CAAD;
}
.AnyTagClassName
{
color: #67CAAD;
}
</style>
background-color css
<style>
a { background-color: #67CAAD; }
a { background-color: rgb(103,202,173); }
div.DivClassName
{
background-color: #67CAAD;
}
.BgClassName
{
background-color: #67CAAD;
}
</style>
border-color css
<style>
span { border-color: #67CAAD; }
span { border-color: rgb(103,202,173); }
td.TdClassName
{
border-color: #67CAAD;
}
.TagClassName
{
border-color: #67CAAD;
}
</style>