#AED6C2

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

Shades of Nebula #AED6C2

Tints of Nebula #AED6C2

Color information

#AED6C2 (or 0xAED6C2) is unknown color: approx Nebula. HEX triplet: AE, D6 and C2. RGB value is (174,214,194). Sum of RGB (Red+Green+Blue) = 174+214+194=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6C2 is #51293D. Grayscale: #C7C7C7. Windows color (decimal): -5318974 or 12768942. OLE color: 12768942.

HSL color Cylindrical-coordinate representation of color #AED6C2: hue angle of 150º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6C2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB174214194-
CMYK0.1900.090.16
HSL150º32.79%76.08%-
HSV(B)150º18.69%83.92%-
XYZ51.2460.9960.11-
YUV199.76124.75109.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 194 (76.17% from 255) = 33.33%
R=29.90%
G=36.77%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141940.1900.090.1615032.7976.08
HexAED6C213091096214c
Octal256326302230112022641114
Binary101011101101011011000010100110100110000100101101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6C2; }

 p { color: rgb(174,214,194); }

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

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

 a { background-color: rgb(174,214,194); }

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

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

 span { border-color: rgb(174,214,194); }

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