Html Css Color HEX #ACC8B8 Nebula

📋 copy color: '#ACC8B8'

red 172 ◦ green 200 ◦ blue 184

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

Shades of Nebula #ACC8B8

Tints of Nebula #ACC8B8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.97%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 30.94%
G = 35.97%
B = 33.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#ACC8B8 (or 0xACC8B8) is known color: Nebula. HEX triplet: AC, C8 and B8. RGB value is (172,200,184). Sum of RGB (Red+Green+Blue) = 172+200+184=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8B8 is #533747. Grayscale: #BDBDBD. Windows color (decimal): -5453640 or 12109996. OLE color: 12109996.

HSL color Cylindrical-coordinate representation of color #ACC8B8: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8B8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 184 -
CMYK 0.14 0 0.08 0.22
HSL 145.71º 0.2% 0.73% -
HSV(B) 145.71º 0.14% 0.78% -
XYZ 46.32 53.54 53.24 -
YUV 189.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 172 200 184 0.14 0 0.08 0.22 145.71 0.2 0.73
Hex AC C8 B8 E 0 8 16 92 14 49
Octal 254 310 270 16 0 10 26 222 24 111
Binary 10101100 11001000 10111000 1110 0 1000 10110 10010010 10100 1001001

Color Harmonies of #ACC8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8B8

Black with #ACC8B8

Text Example


Text Example

White with #ACC8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8B8; }

 p { color: rgb(172,200,184); }

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

background-color css

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

 a { background-color: rgb(172,200,184); }

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

border-color css

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

 span { border-color: rgb(172,200,184); }

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