Shades of Sinbad #AECCC7
Tints of Sinbad #AECCC7
RGB
CMYK
RGB Variations
Color information
#AECCC7 (or 0xAECCC7) is known color: Sinbad. HEX triplet: AE, CC and C7. RGB value is (174,204,199). Sum of RGB (Red+Green+Blue) = 174+204+199=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC7 is #513338. Grayscale: #C2C2C2. Windows color (decimal): -5321529 or 13094062. OLE color: 13094062.
HSL color Cylindrical-coordinate representation of color #AECCC7: hue angle of 170º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCC7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 174 | 204 | 199 | - |
CMYK | 0.15 | 0 | 0.02 | 0.2 |
HSL | 170º | 0.23% | 0.74% | - |
HSV(B) | 170º | 0.15% | 0.8% | - |
XYZ | 49.36 | 56.31 | 62.3 | - |
YUV | 194.46 | 130.56 | 113.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 204 | 199 | 0.15 | 0 | 0.02 | 0.2 | 170 | 0.23 | 0.74 |
Hex | AE | CC | C7 | F | 0 | 2 | 14 | AA | 17 | 4A |
Octal | 256 | 314 | 307 | 17 | 0 | 2 | 24 | 252 | 27 | 112 |
Binary | 10101110 | 11001100 | 11000111 | 1111 | 0 | 10 | 10100 | 10101010 | 10111 | 1001010 |
Color Harmonies of #AECCC7
Complementary color
Monochromatic Colors of #AECCC7
Black with #AECCC7
Text Example
Text Example
White with #AECCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCC7; }
p { color: rgb(174,204,199); }
H1.HeaderClassName
{
color: #AECCC7;
}
.AnyTagClassName
{
color: #AECCC7;
}
</style>
background-color css
<style>
a { background-color: #AECCC7; }
a { background-color: rgb(174,204,199); }
div.DivClassName
{
background-color: #AECCC7;
}
.BgClassName
{
background-color: #AECCC7;
}
</style>
border-color css
<style>
span { border-color: #AECCC7; }
span { border-color: rgb(174,204,199); }
td.TdClassName
{
border-color: #AECCC7;
}
.TagClassName
{
border-color: #AECCC7;
}
</style>