Shades of Cruise #AEE6D2
Tints of Cruise #AEE6D2
RGB
CMYK
RGB Variations
Color information
#AEE6D2 (or 0xAEE6D2) is known color: Cruise. HEX triplet: AE, E6 and D2. RGB value is (174,230,210). Sum of RGB (Red+Green+Blue) = 174+230+210=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6D2 is #51192D. Grayscale: #D2D2D2. Windows color (decimal): -5314862 or 13821614. OLE color: 13821614.
HSL color Cylindrical-coordinate representation of color #AEE6D2: hue angle of 158.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6D2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 210 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.10 |
| HSL | 158.57º | 0.53% | 0.79% | - |
| HSV(B) | 158.57º | 0.24% | 0.9% | - |
| XYZ | 57.39 | 70.25 | 71.51 | - |
| YUV | 210.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 210 | 0.24 | 0 | 0.09 | 0.10 | 158.57 | 0.53 | 0.79 |
| Hex | AE | E6 | D2 | 18 | 0 | 9 | A | 9F | 35 | 4F |
| Octal | 256 | 346 | 322 | 30 | 0 | 11 | 12 | 237 | 65 | 117 |
| Binary | 10101110 | 11100110 | 11010010 | 11000 | 0 | 1001 | 1010 | 10011111 | 110101 | 1001111 |
Color Harmonies of #AEE6D2
Complementary color
Monochromatic Colors of #AEE6D2
Black with #AEE6D2
Text Example
Text Example
White with #AEE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6D2; }
p { color: rgb(174,230,210); }
H1.HeaderClassName
{
color: #AEE6D2;
}
.AnyTagClassName
{
color: #AEE6D2;
}
</style>
background-color css
<style>
a { background-color: #AEE6D2; }
a { background-color: rgb(174,230,210); }
div.DivClassName
{
background-color: #AEE6D2;
}
.BgClassName
{
background-color: #AEE6D2;
}
</style>
border-color css
<style>
span { border-color: #AEE6D2; }
span { border-color: rgb(174,230,210); }
td.TdClassName
{
border-color: #AEE6D2;
}
.TagClassName
{
border-color: #AEE6D2;
}
</style>