Html Css Color HEX #ACC5B6 Nebula

📋 copy color: '#ACC5B6'

red 172 ◦ green 197 ◦ blue 182

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

Shades of Nebula #ACC5B6

Tints of Nebula #ACC5B6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.75%

 BLUE value IS 182 (71.48% from 255) = 33.03%

R = 31.22%
G = 35.75%
B = 33.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#ACC5B6 (or 0xACC5B6) is known color: Nebula. HEX triplet: AC, C5 and B6. RGB value is (172,197,182). Sum of RGB (Red+Green+Blue) = 172+197+182=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B6 is #533A49. Grayscale: #BBBBBB. Windows color (decimal): -5454410 or 11978156. OLE color: 11978156.

HSL color Cylindrical-coordinate representation of color #ACC5B6: hue angle of 144º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5B6 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 182 -
CMYK 0.13 0 0.08 0.23
HSL 144º 0.18% 0.72% -
HSV(B) 144º 0.13% 0.77% -
XYZ 45.42 52.08 51.91 -
YUV 187.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 172 197 182 0.13 0 0.08 0.23 144 0.18 0.72
Hex AC C5 B6 D 0 8 17 90 12 48
Octal 254 305 266 15 0 10 27 220 22 110
Binary 10101100 11000101 10110110 1101 0 1000 10111 10010000 10010 1001000

Color Harmonies of #ACC5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5B6

Black with #ACC5B6

Text Example


Text Example

White with #ACC5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5B6; }

 p { color: rgb(172,197,182); }

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

background-color css

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

 a { background-color: rgb(172,197,182); }

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

border-color css

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

 span { border-color: rgb(172,197,182); }

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