Html Css Color HEX #AACEB9 Nebula

📋 copy color: '#AACEB9'

red 170 ◦ green 206 ◦ blue 185

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

Shades of Nebula #AACEB9

Tints of Nebula #AACEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.72%

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 30.3%
G = 36.72%
B = 32.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#AACEB9 (or 0xAACEB9) is known color: Nebula. HEX triplet: AA, CE and B9. RGB value is (170,206,185). Sum of RGB (Red+Green+Blue) = 170+206+185=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEB9 is #553146. Grayscale: #C0C0C0. Windows color (decimal): -5583175 or 12177066. OLE color: 12177066.

HSL color Cylindrical-coordinate representation of color #AACEB9: hue angle of 145º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEB9 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 185 -
CMYK 0.17 0 0.10 0.19
HSL 145º 0.27% 0.74% -
HSV(B) 145º 0.17% 0.81% -
XYZ 47.41 56.19 54.25 -
YUV 192.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 170 206 185 0.17 0 0.10 0.19 145 0.27 0.74
Hex AA CE B9 11 0 A 13 91 1B 4A
Octal 252 316 271 21 0 12 23 221 33 112
Binary 10101010 11001110 10111001 10001 0 1010 10011 10010001 11011 1001010

Color Harmonies of #AACEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEB9

Black with #AACEB9

Text Example


Text Example

White with #AACEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEB9; }

 p { color: rgb(170,206,185); }

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

background-color css

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

 a { background-color: rgb(170,206,185); }

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

border-color css

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

 span { border-color: rgb(170,206,185); }

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