#AECDCA

Color #AECDCA Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #AECDCA

Tints of Sinbad #AECDCA

Color information

#AECDCA (or 0xAECDCA) is unknown color: approx Sinbad. HEX triplet: AE, CD and CA. RGB value is (174,205,202). Sum of RGB (Red+Green+Blue) = 174+205+202=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCA is #513235. Grayscale: #C3C3C3. Windows color (decimal): -5321270 or 13290926. OLE color: 13290926.

HSL color Cylindrical-coordinate representation of color #AECDCA: hue angle of 174.19º degrees, saturation: 0.24, 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 #AECDCA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB174205202-
CMYK0.1500.010.20
HSL174.19º23.66%74.31%-
HSV(B)174.19º15.12%80.39%-
XYZ49.9556.9364.23-
YUV195.39131.73112.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=29.95%
G=35.28%
B=34.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742052020.1500.010.20174.1923.6674.31
HexAECDCAF0114ae184a
Octal25631531217012425630112
Binary1010111011001101110010101111011010010101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDCA; }

 p { color: rgb(174,205,202); }

 H1.HeaderClassName
 {
   color: #AECDCA;
 }
 .AnyTagClassName
 {
   color: #AECDCA;
 }
</style>
background-color css

<style>
 a { background-color: #AECDCA; }

 a { background-color: rgb(174,205,202); }

 div.DivClassName
 {
   background-color: #AECDCA;
 }
 .BgClassName
 {
   background-color: #AECDCA;
 }
</style>
border-color css

<style>
 span { border-color: #AECDCA; }

 span { border-color: rgb(174,205,202); }

 td.TdClassName
 {
   border-color: #AECDCA;
 }
 .TagClassName
 {
   border-color: #AECDCA;
 }
</style>