Html Css Color HEX #AAD6C0 Nebula

📋 copy color: '#AAD6C0'

red 170 ◦ green 214 ◦ blue 192

#AAD6C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #AAD6C0

Tints of Nebula #AAD6C0

RGB

 RED value IS 170 (66.8% from 255) = 29.51%

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 29.51%
G = 37.15%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#AAD6C0 (or 0xAAD6C0) is known color: Nebula. HEX triplet: AA, D6 and C0. RGB value is (170,214,192). Sum of RGB (Red+Green+Blue) = 170+214+192=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C0 is #55293F. Grayscale: #C6C6C6. Windows color (decimal): -5581120 or 12637866. OLE color: 12637866.

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

Color convert

RGB 170 214 192 -
CMYK 0.21 0 0.10 0.16
HSL 150º 0.35% 0.75% -
HSV(B) 150º 0.21% 0.84% -
XYZ 50.14 60.44 58.89 -
YUV 198.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 170 214 192 0.21 0 0.10 0.16 150 0.35 0.75
Hex AA D6 C0 15 0 A 10 96 23 4B
Octal 252 326 300 25 0 12 20 226 43 113
Binary 10101010 11010110 11000000 10101 0 1010 10000 10010110 100011 1001011

Color Harmonies of #AAD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6C0

Black with #AAD6C0

Text Example


Text Example

White with #AAD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6C0; }

 p { color: rgb(170,214,192); }

 H1.HeaderClassName
 {
   color: #AAD6C0;
 }
 .AnyTagClassName
 {
   color: #AAD6C0;
 }
</style>

background-color css

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

 a { background-color: rgb(170,214,192); }

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

border-color css

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

 span { border-color: rgb(170,214,192); }

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