Html Css Color HEX #ACD9BE Nebula

📋 copy color: '#ACD9BE'

red 172 ◦ green 217 ◦ blue 190

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

Shades of Nebula #ACD9BE

Tints of Nebula #ACD9BE

RGB

 RED value IS 172 (67.58% from 255) = 29.71%

 GREEN value IS 217 (85.16% from 255) = 37.48%

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 29.71%
G = 37.48%
B = 32.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ACD9BE (or 0xACD9BE) is known color: Nebula. HEX triplet: AC, D9 and BE. RGB value is (172,217,190). Sum of RGB (Red+Green+Blue) = 172+217+190=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BE is #532641. Grayscale: #C8C8C8. Windows color (decimal): -5449282 or 12507564. OLE color: 12507564.

HSL color Cylindrical-coordinate representation of color #ACD9BE: hue angle of 144º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9BE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 190 -
CMYK 0.21 0 0.12 0.15
HSL 144º 0.37% 0.76% -
HSV(B) 144º 0.21% 0.85% -
XYZ 51.12 62.11 58.01 -
YUV 200.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 172 217 190 0.21 0 0.12 0.15 144 0.37 0.76
Hex AC D9 BE 15 0 C F 90 25 4C
Octal 254 331 276 25 0 14 17 220 45 114
Binary 10101100 11011001 10111110 10101 0 1100 1111 10010000 100101 1001100

Color Harmonies of #ACD9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9BE

Black with #ACD9BE

Text Example


Text Example

White with #ACD9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9BE; }

 p { color: rgb(172,217,190); }

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

background-color css

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

 a { background-color: rgb(172,217,190); }

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

border-color css

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

 span { border-color: rgb(172,217,190); }

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