#AED4D0

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

Shades of Sinbad #AED4D0

Tints of Sinbad #AED4D0

Color information

#AED4D0 (or 0xAED4D0) is unknown color: approx Sinbad. HEX triplet: AE, D4 and D0. RGB value is (174,212,208). Sum of RGB (Red+Green+Blue) = 174+212+208=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4D0 is #512B2F. Grayscale: #C8C8C8. Windows color (decimal): -5319472 or 13685934. OLE color: 13685934.

HSL color Cylindrical-coordinate representation of color #AED4D0: hue angle of 173.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4D0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB174212208-
CMYK0.1800.020.17
HSL173.68º30.65%75.69%-
HSV(B)173.68º17.92%83.14%-
XYZ52.3860.6468.62-
YUV200.18132.41109.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=29.29%
G=35.69%
B=35.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742122080.1800.020.17173.6830.6575.69
HexAED4D0120211ae1f4c
Octal25632432022022125637114
Binary101011101101010011010000100100101000110101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4D0; }

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

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

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

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

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

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

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

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