#ACC7B7

Color #ACC7B7 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ACC7B7

Tints of Nebula #ACC7B7

Color information

#ACC7B7 (or 0xACC7B7) is unknown color: approx Nebula. HEX triplet: AC, C7 and B7. RGB value is (172,199,183). Sum of RGB (Red+Green+Blue) = 172+199+183=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7B7 is #533848. Grayscale: #BDBDBD. Windows color (decimal): -5453897 or 12044204. OLE color: 12044204.

HSL color Cylindrical-coordinate representation of color #ACC7B7: hue angle of 144.44º degrees, saturation: 0.19, 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 #ACC7B7 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB172199183-
CMYK0.1400.080.22
HSL144.44º19.42%72.75%-
HSV(B)144.44º13.57%78.04%-
XYZ45.9853.0452.61-
YUV189.1124.55115.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=31.05%
G=35.92%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991830.1400.080.22144.4419.4272.75
HexACC7B7E0816901349
Octal254307267160102622023111
Binary1010110011000111101101111110010001011010010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7B7; }

 p { color: rgb(172,199,183); }

 H1.HeaderClassName
 {
   color: #ACC7B7;
 }
 .AnyTagClassName
 {
   color: #ACC7B7;
 }
</style>
background-color css

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

 a { background-color: rgb(172,199,183); }

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

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

 span { border-color: rgb(172,199,183); }

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