Shades of Medium Aquamarine #5ACBB2
Tints of Medium Aquamarine #5ACBB2
RGB
CMYK
RGB Variations
Color information
#5ACBB2 (or 0x5ACBB2) is known color: Medium Aquamarine. HEX triplet: 5A, CB and B2. RGB value is (90,203,178). Sum of RGB (Red+Green+Blue) = 90+203+178=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBB2 is #A5344D. Grayscale: #A6A6A6. Windows color (decimal): -10826830 or 11717466. OLE color: 11717466.
HSL color Cylindrical-coordinate representation of color #5ACBB2: hue angle of 166.73º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACBB2 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 178 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.20 |
| HSL | 166.73º | 0.52% | 0.57% | - |
| HSV(B) | 166.73º | 0.56% | 0.8% | - |
| XYZ | 33.61 | 48.1 | 49.63 | - |
| YUV | 166.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 178 | 0.56 | 0 | 0.12 | 0.20 | 166.73 | 0.52 | 0.57 |
| Hex | 5A | CB | B2 | 38 | 0 | C | 14 | A7 | 34 | 39 |
| Octal | 132 | 313 | 262 | 70 | 0 | 14 | 24 | 247 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10110010 | 111000 | 0 | 1100 | 10100 | 10100111 | 110100 | 111001 |
Color Harmonies of #5ACBB2
Complementary color
Monochromatic Colors of #5ACBB2
Black with #5ACBB2
Text Example
Text Example
White with #5ACBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBB2; }
p { color: rgb(90,203,178); }
H1.HeaderClassName
{
color: #5ACBB2;
}
.AnyTagClassName
{
color: #5ACBB2;
}
</style>
background-color css
<style>
a { background-color: #5ACBB2; }
a { background-color: rgb(90,203,178); }
div.DivClassName
{
background-color: #5ACBB2;
}
.BgClassName
{
background-color: #5ACBB2;
}
</style>
border-color css
<style>
span { border-color: #5ACBB2; }
span { border-color: rgb(90,203,178); }
td.TdClassName
{
border-color: #5ACBB2;
}
.TagClassName
{
border-color: #5ACBB2;
}
</style>