#AED0CC

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

Shades of Sinbad #AED0CC

Tints of Sinbad #AED0CC

Color information

#AED0CC (or 0xAED0CC) is unknown color: approx Sinbad. HEX triplet: AE, D0 and CC. RGB value is (174,208,204). Sum of RGB (Red+Green+Blue) = 174+208+204=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0CC is #512F33. Grayscale: #C5C5C5. Windows color (decimal): -5320500 or 13422766. OLE color: 13422766.

HSL color Cylindrical-coordinate representation of color #AED0CC: hue angle of 172.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0CC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB174208204-
CMYK0.1600.020.18
HSL172.94º26.56%74.9%-
HSV(B)172.94º16.35%81.57%-
XYZ50.9158.4765.73-
YUV197.38131.74111.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=29.69%
G=35.49%
B=34.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742082040.1600.020.18172.9426.5674.9
HexAED0CC100212ad1b4b
Octal25632031420022225533113
Binary101011101101000011001100100000101001010101101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0CC; }

 p { color: rgb(174,208,204); }

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

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

 a { background-color: rgb(174,208,204); }

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

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

 span { border-color: rgb(174,208,204); }

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