Shades of Cruise #ACDFCD
Tints of Cruise #ACDFCD
RGB
CMYK
RGB Variations
Color information
#ACDFCD (or 0xACDFCD) is known color: Cruise. HEX triplet: AC, DF and CD. RGB value is (172,223,205). Sum of RGB (Red+Green+Blue) = 172+223+205=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCD is #532032. Grayscale: #CDCDCD. Windows color (decimal): -5447731 or 13492140. OLE color: 13492140.
HSL color Cylindrical-coordinate representation of color #ACDFCD: hue angle of 158.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFCD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 205 | - |
CMYK | 0.23 | 0 | 0.08 | 0.13 |
HSL | 158.82º | 0.44% | 0.77% | - |
HSV(B) | 158.82º | 0.23% | 0.87% | - |
XYZ | 54.42 | 65.95 | 67.62 | - |
YUV | 205.7 | 127.6 | 103.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 205 | 0.23 | 0 | 0.08 | 0.13 | 158.82 | 0.44 | 0.77 |
Hex | AC | DF | CD | 17 | 0 | 8 | D | 9F | 2C | 4D |
Octal | 254 | 337 | 315 | 27 | 0 | 10 | 15 | 237 | 54 | 115 |
Binary | 10101100 | 11011111 | 11001101 | 10111 | 0 | 1000 | 1101 | 10011111 | 101100 | 1001101 |
Color Harmonies of #ACDFCD
Complementary color
Monochromatic Colors of #ACDFCD
Black with #ACDFCD
Text Example
Text Example
White with #ACDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFCD; }
p { color: rgb(172,223,205); }
H1.HeaderClassName
{
color: #ACDFCD;
}
.AnyTagClassName
{
color: #ACDFCD;
}
</style>
background-color css
<style>
a { background-color: #ACDFCD; }
a { background-color: rgb(172,223,205); }
div.DivClassName
{
background-color: #ACDFCD;
}
.BgClassName
{
background-color: #ACDFCD;
}
</style>
border-color css
<style>
span { border-color: #ACDFCD; }
span { border-color: rgb(172,223,205); }
td.TdClassName
{
border-color: #ACDFCD;
}
.TagClassName
{
border-color: #ACDFCD;
}
</style>